Skip to content

Commit

Permalink
fix gha to build container
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Nov 3, 2023
1 parent ce6f1ee commit 8c9b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

docker-publish:
name: Docker Build and Publish
if: github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'feature')
if: github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref_name, 'feature')
needs: maven-build
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 8c9b38c

Please sign in to comment.