Skip to content

Commit

Permalink
fix: use github.ref_name instead (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo authored Sep 17, 2024
1 parent 7297d76 commit cdbd6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
heighliner-tag: v1.6.4
github-organization: ${{ github.repository_owner }}
github-repo: ${{ github.event.repository.name }}
git-ref: ${{ github.event.inputs.release_tag || github.ref }}
git-ref: ${{ github.event.inputs.release_tag || github.ref_name }}
registry: ghcr.io/${{ env.OWNER_LC }}
skip: ${{ github.event_name == 'pull_request' }}

0 comments on commit cdbd6bd

Please sign in to comment.