Skip to content

Commit 8420e56

Browse files
committed
tighten github action tag trigger to match only version tags
1 parent 5d16926 commit 8420e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Docker build (version + latest)
22
on:
3-
push: { tags: 'v*' }
3+
push: { tags: 'v[0-9]+.[0-9]+.[0-9]+' }
44

55
jobs:
66
docker:

0 commit comments

Comments
 (0)