Skip to content

Commit

Permalink
Merge pull request #1249 from Sage-Bionetworks/develop-fix-workflow-d…
Browse files Browse the repository at this point in the history
…ocker

[Bug fix]: Fix regex in docker build workflow
  • Loading branch information
linglp authored Jun 23, 2023
2 parents 4e9c332 + feea023 commit f64277a
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:
- 'v[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z]+)?'
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit f64277a

Please sign in to comment.