Make image name shorter

This commit is contained in:
ThomasSamson 2024-07-31 13:47:42 +02:00 committed by Slim Amamou
parent b72dc122a0
commit 43c62e67e0
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ jobs:
- name: Build/Push
uses: coopTilleuls/action-docker-build-push@v10
with:
IMAGE_NAME: plateforme-ebs-php
IMAGE_NAME: ebs-php
BUILD_CONTEXT: .
BUILD_TARGET: app_php
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
@ -26,7 +26,7 @@ jobs:
- name: Build/Push
uses: coopTilleuls/action-docker-build-push@v10
with:
IMAGE_NAME: plateforme-ebs-caddy
IMAGE_NAME: ebs-caddy
BUILD_CONTEXT: .
BUILD_TARGET: app_caddy
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}

View file

@ -4,7 +4,7 @@
php:
image:
repository: "ghcr.io/tipimi-fr/plateforme-ebs-php" # CHANGE ME
repository: "ghcr.io/tipimi-fr/ebs-php" # CHANGE ME
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -57,7 +57,7 @@ consumer:
caddy:
image:
repository: "ghcr.io/tipimi-fr/plateforme-ebs-caddy" # CHANGE ME
repository: "ghcr.io/tipimi-fr/ebs-caddy" # CHANGE ME
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""