Skip to content

Commit 67a8106

Browse files
authored
fix: add --amend flag (#83)
1 parent 5a38e55 commit 67a8106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
tags='${{ env.GHCR_REPO }}:${{ github.sha }} ${{ steps.meta.outputs.tags }}'
7676
for tag in ${tags}
7777
do
78-
docker manifest create ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64
78+
docker manifest create --amend ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64
7979
docker manifest push ${tag}
8080
done

0 commit comments

Comments
 (0)