Skip to content

Commit

Permalink
Merge pull request #1244 from Sage-Bionetworks/fix-workflow-regex
Browse files Browse the repository at this point in the history
feat: allowed production tag, staging tag, and manual run on existing tags to trigger building docker images for AWS deployment
  • Loading branch information
linglp authored Jun 23, 2023
2 parents 56fb2f8 + c7f7b83 commit 39fcc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Create and publish a Docker image
on:
push:
tags:
- '*beta*'
- 'v[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z]+)?'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 39fcc80

Please sign in to comment.