Skip to content

Commit d4d7093

Browse files
authored
allow other tag formats (#12)
* Update build-and-push-images.yml * any tag type
1 parent 44188eb commit d4d7093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- 'master'
77
tags:
8-
- 'v*'
8+
- '*'
99
pull_request:
1010
branches:
1111
- 'master'
@@ -42,7 +42,7 @@ jobs:
4242
latest=false
4343
tags: |
4444
# minimal
45-
type=pep440,pattern={{version}}
45+
type=ref,event=tag
4646
# set latest tag for default branch
4747
type=raw,value=latest,enable={{is_default_branch}}
4848

0 commit comments

Comments
 (0)