Skip to content

trying to force V to 3.4.1 cause of hardcoded version in dtcw install… #11

trying to force V to 3.4.1 cause of hardcoded version in dtcw install…

trying to force V to 3.4.1 cause of hardcoded version in dtcw install… #11

---
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/"