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: .
|
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: |
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue