Merge branch 'master' into OPS-5002-update-kubernetes-1.24 #148
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/**' | |
jobs: | |
build_image_on_push: | |
uses: ./.github/workflows/dummy-reusable-workflow.yaml |