Skip to content

Commit

Permalink
Merge pull request #4 from nlnwa/build-arg
Browse files Browse the repository at this point in the history
Configure version as a build argument
  • Loading branch information
maeb authored Mar 16, 2023
2 parents 13f8035 + d099663 commit c39c19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
build-args:
- VERSION=${{ steps.meta.outputs.version }}
build-args: |
VERSION=${{ steps.meta.outputs.version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c39c19a

Please sign in to comment.