Skip to content

Commit

Permalink
ci(github): add build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonish committed Jun 30, 2024
1 parent d6e8348 commit 15a877f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
with:
push: true
context: .
build-args: |
VERSION="${{ env.APP_VERSION }}"
COMMIT="${${{ github.sha }}:0:7}"
tags: |
${{ env.DOCKERHUB_REPO }}:latest
${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
Expand Down

0 comments on commit 15a877f

Please sign in to comment.