Skip to content

Commit 1aacd35

Browse files
committed
Change tag matching rule for container image build workflow
1 parent 944993e commit 1aacd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
# Restrict usage by tag protection rules
77
tags:
8-
- "v*.*.*"
8+
- "v*.*.**"
99
branches:
1010
- "sirosid/**"
1111
- "release/sirosid/**"

0 commit comments

Comments
 (0)