Skip to content

Commit 39fcc80

Browse files
authored
Merge pull request #1244 from Sage-Bionetworks/fix-workflow-regex
feat: allowed production tag, staging tag, and manual run on existing tags to trigger building docker images for AWS deployment
2 parents 56fb2f8 + c7f7b83 commit 39fcc80

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

1212
env:
1313
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)