From c972623b6f43c2438af70c4c4acbd7112dd07f97 Mon Sep 17 00:00:00 2001 From: Ploush Date: Thu, 9 Apr 2026 15:33:36 +0200 Subject: [PATCH] fix: lowercase image name for GHCR --- .github/workflows/deploy.yml | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2827b6e..d71483e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: context: . file: ./docker/apache/Dockerfile push: true - tags: ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository_owner }}/mcserverwebsite:latest - name: Déclenche le redéploiement Portainer run: | diff --git a/compose.yml b/compose.yml index 18ca55b..083040a 100644 --- a/compose.yml +++ b/compose.yml @@ -6,7 +6,7 @@ services: apache: - image: ghcr.io/ploush/mcServerWebsite:latest + image: ghcr.io/ploush/mcserverwebsite:latest container_name: apache_symfony restart: unless-stopped environment: