Skip to content

Commit

Permalink
build: Remove unnecessary build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
rluisr committed Feb 17, 2024
1 parent 44a75fd commit 53bfb5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=${{github.ref_name}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 53bfb5c

Please sign in to comment.