fixed broken test due to template name change #160
This file contains 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, test, containerize and push to registry | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
build: | |
uses: ./.github/workflows/_shared_build_test.yml | |
secrets: inherit | |
docker: | |
needs: build | |
uses: ./.github/workflows/_shared_docker.yml |