Skip to content

Commit 53221e5

Browse files
committed
ci: add v prefix
1 parent 45897e8 commit 53221e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
type=raw,value=latest,enable={{is_default_branch}}
4848
type=semver,pattern=v{{major}}.{{minor}}
4949
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
50-
type=semver,pattern={{version}},value=v${{ inputs.tags }},enable=${{ inputs.tags != '' }}
50+
type=semver,pattern=v{{version}},value=v${{ inputs.tags }},enable=${{ inputs.tags != '' }}
5151
flavor: |
5252
latest=false
5353

0 commit comments

Comments
 (0)