Skip to content

Commit

Permalink
Don't need to save digests
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Mouat <adrian@chainguard.dev>
  • Loading branch information
amouat committed Nov 8, 2024
1 parent 0680699 commit 2578a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-push-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ jobs:
run: |
X86DIGEST=$(crane digest --platform linux/amd64 amouat/images-bite-back-runner@${{ needs.x86build.outputs.digest }})
ARMDIGEST=$(crane digest --platform linux/arm64 amouat/images-bite-back-runner@${{ needs.armbuild.outputs.digest }})
echo "X86DIGEST=$X86DIGEST" >> $GITHUB_ENV
echo "ARMDIGEST=$ARMDIGEST" >> $GITHUB_ENV
docker manifest create amouat/images-bite-back-runner:multi-${{ github.RUN_ID }} \
amouat/images-bite-back-runner@$X86DIGEST \
amouat/images-bite-back-runner@$ARMDIGEST
Expand Down

0 comments on commit 2578a32

Please sign in to comment.