Skip to content

Commit

Permalink
Merge pull request #1189 from mattwoberts/main
Browse files Browse the repository at this point in the history
Wasn't picking up the tag name properly
  • Loading branch information
mattwoberts authored Aug 25, 2024
2 parents d330af3 + 8ede6e9 commit c4a2e19
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 c4a2e19

Please sign in to comment.