Skip to content

Commit

Permalink
add docker hub publish to push two tags (the version and 'latests')
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jun 14, 2024
1 parent 239cbba commit dd890dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/docker-hub__publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ runs:
context: "${{env.DOCKER__CONTEXT}}"
file : "${{env.DOCKER__FILE}}"
push : true
tags : "${{env.DOCKER_HUB__USERNAME}}/${{env.PACKAGE_NAME}}:${{env.VERSION}}"
tags : |
${{ env.DOCKER_HUB__USERNAME }}/${{ env.PACKAGE_NAME }}:${{env.VERSION}}
${{ env.DOCKER_HUB__USERNAME }}/${{ env.PACKAGE_NAME }}:latest

0 comments on commit dd890dc

Please sign in to comment.