Skip to content

Commit c42aaa8

Browse files
committed
ci: fix tags
1 parent fe678d1 commit c42aaa8

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
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ "master" ]
1111
# Publish semver tags as releases.
12-
tags: [ 'v*.*.*' ]
12+
tags: [ '*.*' ]
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)