We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f72a9 commit 7d5749fCopy full SHA for 7d5749f
.github/workflows/docker-build-release.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: docker/build-push-action@v3
26
with:
27
push: true
28
- tags: juggernaut/webhook-sentry:${{ GITHUB_REF }}
+ tags: juggernaut/webhook-sentry:${{ github.ref }}
29
platforms: linux/amd64,linux/arm64
0 commit comments