Skip to content

Commit

Permalink
Added moodle-toold GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 18, 2024
1 parent aceb8b0 commit f5d70ea
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/moodletoolstoghcr-on-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
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/"

0 comments on commit f5d70ea

Please sign in to comment.