Skip to content

Commit

Permalink
ci: add peerpods image during release
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Oct 29, 2024
1 parent 5b63ebb commit 9a64f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
{
Expand Down

0 comments on commit 9a64f94

Please sign in to comment.