Skip to content

Added initial command to disable telemetry #34

Added initial command to disable telemetry

Added initial command to disable telemetry #34

---
name: infra-tools Docker Image on Push to GHCR
on:
push:
branches-ignore:
- master
paths:
- 'infra-tools/**'
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: "infra-tools"
context: "./infra-tools/"