Skip to content

Commit

Permalink
fix build-arg config in action
Browse files Browse the repository at this point in the history
  • Loading branch information
peccu committed Sep 14, 2022
1 parent 5322f58 commit 15d7085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ jobs:
with:
context: ./build
push: true
build-args: ${{ needs.create-release.outputs.app_version }}
build-args: |
version=${{ needs.create-release.outputs.app_version }}
tags: |
${{ env.DOCKER_HUB_USER }}/${{ needs.create-release.outputs.pj_name }}:latest
${{ env.DOCKER_HUB_USER }}/${{ needs.create-release.outputs.pj_name }}:${{ needs.create-release.outputs.app_version }}

0 comments on commit 15d7085

Please sign in to comment.