Skip to content

Removed Enter to trigger GHA to build docops image with DTC v3.4.1 #8

Removed Enter to trigger GHA to build docops image with DTC v3.4.1

Removed Enter to trigger GHA to build docops image with DTC v3.4.1 #8

---
name: docops Docker Image on Push to GHCR
on:
push:
branches-ignore:
- master
paths:
- 'docops/**'
jobs:
build_image_on_push:
permissions:
packages: write
security-events: write
actions: read
contents: read
uses: ./.github/workflows/imagetoghcr-on-push.yaml
with:
image_name: "docops"
context: "./docops/"