Skip to content

Commit

Permalink
fix: add type=raw tag for workflow dispatch events to metadata step
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Sep 25, 2024
1 parent 0dffae8 commit 0ffac30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ jobs:
type=semver,pattern={{raw}}
# pull request event
type=ref,enable=true,prefix=pr-,suffix=,event=pr
# This if for the workflow dispath events, it is type=raw and should be empty by default
${{ inputs.checkout_ref }}
# yamllint enable

- name: Set up QEMU
Expand Down

0 comments on commit 0ffac30

Please sign in to comment.