Skip to content

Commit

Permalink
Merge pull request #28 from sarg3nt:remove-quotes-from-latest
Browse files Browse the repository at this point in the history
Remove quotes from latest, was breaking the build.
  • Loading branch information
sarg3nt authored Oct 30, 2024
2 parents 830271f + 4fd2812 commit 10eb3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
with:
build-args: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:"latest"
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 10eb3ec

Please sign in to comment.