Skip to content

Commit

Permalink
Wasn't picking up the tag name properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Aug 25, 2024
1 parent d330af3 commit 8ede6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
context: .
build-args: COMMITHASH=${{ github.event.workflow_run.head_sha }}
platforms: linux/amd64,linux/arm64/v8
tags: getfider/fider:${{ github.ref_name }}
tags: getfider/fider:${{ github.event.workflow_run.display_title }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 8ede6e9

Please sign in to comment.