Skip to content

Commit

Permalink
fix: Reference main instead of removed multi-module workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johannmo committed Apr 24, 2024
1 parent f07d401 commit 31a0956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-buildimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
secrets: inherit

call-workflow-image-build-publish:
uses: felleslosninger/github-workflows/.github/workflows/ci-spring-boot-build-publish-image.yml@pf-1101-add-multi-module-support
uses: felleslosninger/github-workflows/.github/workflows/ci-spring-boot-build-publish-image.yml@main
needs: [build-install-and-deploy-libs]
with:
application-path: serviceregistry-server/
Expand Down

0 comments on commit 31a0956

Please sign in to comment.