We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a38e55 commit 67a8106Copy full SHA for 67a8106
1 file changed
.github/workflows/build-docker.yml
@@ -75,6 +75,6 @@ jobs:
75
tags='${{ env.GHCR_REPO }}:${{ github.sha }} ${{ steps.meta.outputs.tags }}'
76
for tag in ${tags}
77
do
78
- docker manifest create ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64
+ docker manifest create --amend ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64
79
docker manifest push ${tag}
80
done
0 commit comments