Skip to content

Commit 39ca86d

Browse files
authored
Also publish non semver tags
1 parent 46a196b commit 39ca86d

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
@@ -11,7 +11,7 @@ on:
1111
push:
1212
branches: [ "main" ]
1313
# Publish semver tags as releases.
14-
tags: [ 'v*.*.*' ]
14+
tags: [ 'v*' ]
1515
pull_request:
1616
branches: [ "main" ]
1717

0 commit comments

Comments
 (0)