We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f1ccb commit 5dd9823Copy full SHA for 5dd9823
.github/workflows/release-prod.yaml
@@ -54,4 +54,4 @@ jobs:
54
with:
55
context: .
56
push: true
57
- tags: ghcr.io/${{ github.repository }}:$TAG_NAME
+ tags: ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
0 commit comments