Skip to content

Commit

Permalink
chore: update build args
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Jul 6, 2024
1 parent 40af097 commit 67b6816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
id: build
uses: docker/build-push-action@v6
with:
build-args: |
VERSION=${{ github.ref_name }}
file: ./Dockerfile.dev.buildx
platforms: ${{ matrix.platform }}
platforms: ${{ steps.meta.outputs.version }}
tags: ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }},${{ env.REGISTRY_IMAGE }}:latest
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

Expand Down

0 comments on commit 67b6816

Please sign in to comment.