Skip to content

Commit

Permalink
fix(jzero): fix releaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed May 13, 2024
1 parent 415b235 commit 8a89640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
- name: Docker build and push
run: |
docker buildx create --use --driver docker-container --driver-opt image=dockerpracticesig/buildkit:master
docker buildx build --platform linux/amd64,linux/arm64 --progress=plain -t jaronnie/jzero:latest . --push
docker buildx build --platform linux/amd64,linux/arm64 --progress=plain -t jaronnie/jzero:${{ steps.get_version.outputs.VERSION }} . --push
docker buildx build --platform linux/amd64,linux/arm64 --progress=plain -t jaronnie/jzero:latest . --no-cache --push
docker buildx build --platform linux/amd64,linux/arm64 --progress=plain -t jaronnie/jzero:${{ steps.get_version.outputs.VERSION }} . --no-cache --push

0 comments on commit 8a89640

Please sign in to comment.