Make image name shorter
This commit is contained in:
parent
b72dc122a0
commit
43c62e67e0
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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: ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue