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 Nov 4, 2024
1 parent 5b63ebb commit cdf92f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Azure
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
with:
creds: ${{ secrets.CONTRAST_IMAGES_CI_INFRA_AZURE }}
- name: Bump flake version temporarily to release version
uses: ./.github/actions/bump_version
with:
Expand Down Expand Up @@ -275,6 +279,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.WITHOUT_V }}
- name: Create file with image replacements
run: |
{
Expand Down

0 comments on commit cdf92f2

Please sign in to comment.