Skip to content

Commit

Permalink
added build-arg Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz authored Sep 2, 2024
1 parent e6d1f14 commit bd236af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/docker-hub__publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ runs:
tags : |
${{ env.DOCKER_HUB__USERNAME }}/${{ env.PACKAGE_NAME }}:${{env.VERSION}}
${{ env.DOCKER_HUB__USERNAME }}/${{ env.PACKAGE_NAME }}:latest
build-args: |
VERSION=${{ env.VERSION }}

0 comments on commit bd236af

Please sign in to comment.