Skip to content

Commit 1d752f6

Browse files
committed
use github.ref_name for tag name
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
1 parent 969bf11 commit 1d752f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ jobs:
170170
with:
171171
file: "Dockerfile"
172172
push: true
173-
tags: birdhouse/twitcher:latest,birdhouse/twitcher:${{ GITHUB_REF##*/ }}
173+
tags: birdhouse/twitcher:latest,birdhouse/twitcher:${{ github.ref_name }}

0 commit comments

Comments
 (0)