Docker Build/Publish Image #209
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: Docker Build/Publish Image | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
schedule: | ||
- cron: '15 6 * * 0' | ||
workflow_dispatch: {} | ||
jobs: | ||
build: | ||
uses: sfudeus/workflows/.github/workflows/docker-build-publish-branch.yaml@main | ||
Check failure on line 13 in .github/workflows/docker-build-publish.yaml GitHub Actions / Docker Build/Publish ImageInvalid workflow file
|
||
secrets: inherit |