Make image name shorter

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

View file

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

View file

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