Skip to content

Commit

Permalink
hurb14
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrapulse committed Apr 19, 2024
1 parent 04fdbc0 commit c80f788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ jobs:

- run: |
docker manifest create ${IMAGE}:${COMMIT} \
--ammend ${IMAGE}:{amd,arm}64-${COMMIT}
--amend ${IMAGE}:{amd,arm}64-${COMMIT}
docker manifest create ${IMAGE}:${VERSION} \
--ammend ${IMAGE}:{amd,arm}64-${VERSION}
--amend ${IMAGE}:{amd,arm}64-${VERSION}
docker manifest create ${IMAGE}:latest \
--ammend ${IMAGE}:{amd,arm}64
--amend ${IMAGE}:{amd,arm}64
docker manifest push ${IMAGE}:${COMMIT}
docker manifest push ${IMAGE}:${VERSION}
Expand Down

0 comments on commit c80f788

Please sign in to comment.