Skip to content

Commit

Permalink
Fix version tag when releasing docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed May 6, 2023
1 parent dd551d9 commit 4a9eafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v${{ github.ref_name }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}

- name: 🚧️ Make release
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 4a9eafd

Please sign in to comment.