Skip to content

Commit

Permalink
I meant ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 8, 2024
1 parent ffdd317 commit 557b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
build-args: |
CI_COMMIT_REF_NAME=${{ github.ref }}
CI_COMMIT_REF_NAME=${{ github.ref_name }}
CI_COMMIT_SHA=${{ github.sha }}
CI_COMMIT_TITLE=${{ github.event.head_commit.message }}
CI_COMMIT_TIMESTAMP=${{ steps.vars.outputs.commit_timestamp }}

0 comments on commit 557b28a

Please sign in to comment.