diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba7ad80c79..63a107abdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -275,6 +275,8 @@ jobs: front=${nydusSnapshotterImg%@*} back=${nydusSnapshotterImg#*@} echo "nydusSnapshotterImgTagged=$(printf "%s:%s@%s" "$front" "$nydusVer" "$back")" | tee -a "$GITHUB_ENV" + - name: Upload peerpods images + run: nix run .#scripts.upload-release-image -- --version=${{ needs.process-inputs.outputs.NEXT_PATCH_PRE_WITHOUT_V }} - name: Create file with image replacements run: | {