We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v
1 parent 7196ba7 commit 633eacfCopy full SHA for 633eacf
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
- release
93
uses: ./.github/workflows/push-ghcr-image.yml
94
with:
95
- git_tag_name: v${{ needs.setup-environment.outputs.git_tag_name }}
+ git_tag_name: ${{ needs.setup-environment.outputs.git_tag_name }}
96
secrets:
97
DOCKER_GHCR: ${{ secrets.DOCKER_GHCR }}
98
0 commit comments