Skip to content

add entry in gitognore #16

add entry in gitognore

add entry in gitognore #16

---
name: awx-ee Docker Image on Push to GHCR
on:
push:
branches-ignore:
- master
paths:
- 'awx-ee/**'
jobs:
build_image_on_push:
uses: ./.github/workflows/imagetoghcr-on-push.yaml
with:
image_name: "awx-ee"
context: "./awx-ee/"