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