Skip to content

Commit 8ede6e9

Browse files
committed
Wasn't picking up the tag name properly
1 parent d330af3 commit 8ede6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
context: .
6666
build-args: COMMITHASH=${{ github.event.workflow_run.head_sha }}
6767
platforms: linux/amd64,linux/arm64/v8
68-
tags: getfider/fider:${{ github.ref_name }}
68+
tags: getfider/fider:${{ github.event.workflow_run.display_title }}
6969
cache-from: type=gha
7070
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)