Skip to content

Set tmp as home directory to prevent permission problems #35

Set tmp as home directory to prevent permission problems

Set tmp as home directory to prevent permission problems #35

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