Skip to content

Commit

Permalink
Add build args
Browse files Browse the repository at this point in the history
  • Loading branch information
yaalsn committed Jan 23, 2024
1 parent 9253600 commit 81a4fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
build-args: |
BUILD_DATE=${{ steps.date.outputs.date }}
VCS_REF=v${{ inputs.version }}
VERSION={{ inputs.version }}
VERSION=${{ inputs.version }}
- name: Build and push private
if: ${{ github.event.inputs.dockerfile == 'Dockerfile.private' }}
Expand Down

0 comments on commit 81a4fac

Please sign in to comment.