Skip to content

Commit

Permalink
Merge pull request #1 from dBildungsplattform/OPS-5843-build-custom-i…
Browse files Browse the repository at this point in the history
…mage

Ops 5843 build custom image
  • Loading branch information
maxi418 authored Jan 23, 2024
2 parents dfbc80b + b5fb9be commit ee04ead
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 46 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cachet-to-ghcr-on-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +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"
45 changes: 0 additions & 45 deletions .github/workflows/docker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG cachet_ver
ARG archive_url

ENV cachet_ver ${cachet_ver:-2.5}
ENV archive_url ${archive_url:-https://github.com/fiveai/Cachet/archive/${cachet_ver}.tar.gz}
ENV archive_url https://github.com/dBildungsplattform/Cachet/archive/2.5.tar.gz

ENV COMPOSER_VERSION 1.9.0

Expand Down

0 comments on commit ee04ead

Please sign in to comment.