Changes to install moodle on missing moodle #94
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Moodle Docker Image on Push to GHCR | |
on: | |
push: | |
branches-ignore: | |
- master | |
jobs: | |
build_image_on_push: | |
permissions: | |
packages: write | |
security-events: write | |
actions: read | |
contents: read | |
uses: hpi-schul-cloud/infra-tools/.github/workflows/imagetoghcr-on-push.yaml@master | |
with: | |
image_name: "moodle" |