Skip to content

Commit 5336b86

Browse files
author
Alan Christie
committed
build-tag action now runs for any tag
1 parent 647c5e3 commit 5336b86

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-tag.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
name: build tag
33

4-
# Actions for any 'unofficial' tag.
5-
#
6-
# It's not an official tag if it's not formed from 2 or 3 digits
7-
# (i.e. is not 'N.N[.N]'). We publish images using the tag as a tag.
4+
# Actions for any tag.
85

96
# -----------------
107
# Control variables (GitHub Secrets)
@@ -26,8 +23,6 @@ on:
2623
push:
2724
tags:
2825
- '**'
29-
- '![0-9]+.[0-9]+.[0-9]+'
30-
- '![0-9]+.[0-9]+'
3126

3227
jobs:
3328
build:

0 commit comments

Comments
 (0)