Skip to content

Commit

Permalink
fix: remove latest and support arm and amd in seperate images
Browse files Browse the repository at this point in the history
  • Loading branch information
ontehfritz committed Sep 22, 2024
1 parent 5bc0d47 commit 721f7f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ jobs:
if: steps.release.outputs.new_release_published == 'true'
run: |
docker buildx create --use
docker buildx build -t latebitflip/bulwark.auth:${{ steps.release.outputs.new_release_version }} --platform linux/arm64,linux/amd64 --push .
docker buildx build -t latebitflip/bulwark.auth:latest --platform linux/arm64,linux/amd64 --push .
# docker push latebitflip/bulwark.auth:${{ steps.release.outputs.new_release_version }}
# docker push latebitflip/bulwark.auth:latest
docker buildx build -t latebitflip/bulwark.auth:${{ steps.release.outputs.new_release_version }} --platform linux/amd64 --push .
docker buildx build -t latebitflip/bulwark.auth:${{ steps.release.outputs.new_release_version }}-arm --platform linux/arm64 --push .

0 comments on commit 721f7f7

Please sign in to comment.