Skip to content

Commit

Permalink
Merge pull request #1282 from podverse/develop
Browse files Browse the repository at this point in the history
Attempt to fix tags push access denied issue
  • Loading branch information
mitchdowney authored May 29, 2024
2 parents f117d5b + 0c74dbe commit a902861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ steps.package-node-version.outputs.version }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.package-node-version.outputs.version }}

0 comments on commit a902861

Please sign in to comment.