fix: lowercase image name for GHCR
This commit is contained in:
parent
2e31578159
commit
c972623b6f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue