Skip to content

Commit 4e9c332

Browse files
authored
Merge pull request #1248 from Sage-Bionetworks/revert-1246-develop-fix-workflow-regex
Revert "[Bug fix]: Fix regex in docker build workflow"
2 parents c96ab32 + 2c33303 commit 4e9c332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Create and publish a Docker image
77
on:
88
push:
99
tags:
10-
- 'v[0-9].[0-9].[0-9]*'
10+
- 'v[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z]+)?'
1111

1212
env:
1313
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)