Merge branch 'master' into DOCOPS-1-container-image #270
Workflow file for this run
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: Dummy Docker Image on Push to GHCR | |
on: | |
push: | |
branches-ignore: | |
- master | |
paths-ignore: | |
- 'awx-ee/**' | |
- 'dbcmetrics/**' | |
- 'infra-tools/**' | |
- 'cron-tools/**' | |
jobs: | |
build_image_on_push: | |
uses: ./.github/workflows/dummy-reusable-workflow.yaml |