Skip to content

Commit 2cebbef

Browse files
committed
Allow dotted v.* release tags in workflow metadata
1 parent c1d1a5b commit 2cebbef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7+
- "v.*.*.*"
78
workflow_dispatch: {}
89

910
permissions:
@@ -94,6 +95,7 @@ jobs:
9495
with:
9596
images: ${{ steps.image.outputs.name }}
9697
tags: |
98+
type=raw,value=${{ github.ref_name }}
9799
type=semver,pattern={{version}}
98100
type=semver,pattern={{major}}.{{minor}}
99101
type=sha

0 commit comments

Comments
 (0)