Skip to content

Commit 7c0f097

Browse files
authored
fix version tag glob
1 parent 4c24d3a commit 7c0f097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ "main" ]
66
# Publish semver tags as releases.
7-
tags: [ 'v*.*.*' ]
7+
tags: [ 'v*.*' ]
88
pull_request:
99
branches: [ "main" ]
1010

0 commit comments

Comments
 (0)