fix: path to template #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build JBoss Docker | ||
| on: | ||
| push: | ||
| paths: | ||
| - 'docker/Dockerfile_jboss_lab' | ||
| jobs: | ||
| call-template: | ||
| uses: ./.github/workflows/templates/build-and-push.yml | ||
|
Check failure on line 10 in .github/workflows/build-Dockerfile_jboss.yml
|
||
| with: | ||
| dockerfile: docker/Dockerfile_jboss_lab | ||
| full_image: quay.io/mguzman98/jboss_lab:v1.0.0 | ||