Skip to content

Commit f64277a

Browse files
authored
Merge pull request #1249 from Sage-Bionetworks/develop-fix-workflow-docker
[Bug fix]: Fix regex in docker build workflow
2 parents 4e9c332 + feea023 commit f64277a

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]+(?:-[a-zA-Z]+)?'
10+
- 'v[0-9]+.[0-9]+.[0-9]+'
1111

1212
env:
1313
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)