fix: lowercase image name for GHCR

This commit is contained in:
Ploush 2026-04-09 15:33:36 +02:00
parent 2e31578159
commit c972623b6f
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
context: . context: .
file: ./docker/apache/Dockerfile file: ./docker/apache/Dockerfile
push: true push: true
tags: ghcr.io/${{ github.repository }}:latest tags: ghcr.io/${{ github.repository_owner }}/mcserverwebsite:latest
- name: Déclenche le redéploiement Portainer - name: Déclenche le redéploiement Portainer
run: | run: |

View file

@ -6,7 +6,7 @@
services: services:
apache: apache:
image: ghcr.io/ploush/mcServerWebsite:latest image: ghcr.io/ploush/mcserverwebsite:latest
container_name: apache_symfony container_name: apache_symfony
restart: unless-stopped restart: unless-stopped
environment: environment: