Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Jan 23, 2024
1 parent 9d190c0 commit b5fb9be
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/cachet-to-ghcr-on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
name: Cachet Docker Image on Push to GHCR
on:
push:
branches:
- "2.5"
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: "cachet"
name: Cachet Docker Image on Push to GHCR

on:
push:
branches:
- "2.5"

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: "cachet"

0 comments on commit b5fb9be

Please sign in to comment.