Skip to content

Commit 7d5749f

Browse files
committed
Fix github ref
1 parent 15f72a9 commit 7d5749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uses: docker/build-push-action@v3
2626
with:
2727
push: true
28-
tags: juggernaut/webhook-sentry:${{ GITHUB_REF }}
28+
tags: juggernaut/webhook-sentry:${{ github.ref }}
2929
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)