Skip to content

Commit 10b4731

Browse files
Copilotneilime
andcommitted
Fix: use raw tag type to prevent unexpected latest tag
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent 09d7e10 commit 10b4731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/docker/get-image-metadata/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
script: |
7474
const tagInput = `${{ inputs.tag }}`
7575
if (tagInput.length) {
76-
core.setOutput('tags',`type=semver,pattern={{raw}},value=${tagInput}`);
76+
core.setOutput('tags',`type=raw,value=${tagInput}`);
7777
core.setOutput('flavor', 'latest=false');
7878
return;
7979
}

0 commit comments

Comments
 (0)