Skip to content

Commit 37beb4b

Browse files
authored
chore: fixing major docker version
1 parent 5ec05ad commit 37beb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
type=raw,value=sha-${{ github.sha }}
3333
type=ref,event=branch
3434
type=ref,event=pr
35-
type=semver,pattern={{major}}
35+
type=match,pattern=${{ inputs.name }}@(.*).\d.\d,group=1
3636
type=match,pattern=${{ inputs.name }}@(.*),group=1
3737
- id: docker_buildx
3838
name: Set up Docker Buildx

0 commit comments

Comments
 (0)