Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
peccu committed Sep 14, 2022
1 parent 15d7085 commit 98e2605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
context: ./build
push: true
build-args: |
version=${{ needs.create-release.outputs.app_version }}
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 98e2605

Please sign in to comment.