Skip to content

Commit

Permalink
Merge pull request #1281 from podverse/develop
Browse files Browse the repository at this point in the history
Update tag param for docker build and push action
  • Loading branch information
mitchdowney authored May 29, 2024
2 parents 9ff081a + 7a7e21a commit f117d5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
with:
context: .
push: true
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest,${{ steps.package-node-version.outputs.version }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ steps.package-node-version.outputs.version }}

0 comments on commit f117d5b

Please sign in to comment.