run docker_build GHA on alpine, run on push for testing #2
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: 'Temp Caller - Docker Build' | ||
on: | ||
push: | ||
paths: | ||
- .github/workflows/docker_build.yml | ||
- .github/workflows/docker-build-temp-caller.yml | ||
jobs: | ||
run_build_test: # temporary job for invoking the docker build job w/o access to the GUI before PR merged to main | ||
name: Run Docker Build | ||
uses: CMSgov/dpc-app/.github/workflows/docker_build.yml@ls/dpc-4446-build-docker | ||
Check failure on line 12 in .github/workflows/docker_build_temp_caller.yml GitHub Actions / Temp Caller - Docker BuildInvalid workflow file
|
||
with: | ||
env: dev | ||
secrets: inherit |