Merge branch 'main' into main

This commit is contained in:
Paul Andrieux 2025-08-25 16:34:55 +02:00 committed by GitHub
commit 465ead50e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 8 deletions

2
.env
View file

@ -109,5 +109,5 @@ STORAGE_SECRET=!ChangeMe!
###< league/flysystem-bundle ###
###> symfony/brevo-notifier ###
# BREVO_DSN=brevo://API_KEY@default?sender=SENDER
BREVO_DSN=brevo://API_KEY@default?sender=SENDER
###< symfony/brevo-notifier ###

View file

@ -11,11 +11,11 @@ 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 }}
IMAGE_REPOSITORY: ghcr.io/Apes-HDF
IMAGE_REPOSITORY: ghcr.io/Tipimi-fr
build-push-caddy:
# Same Dockerfile as php, with a build target which is after
@ -26,8 +26,8 @@ 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 }}
IMAGE_REPOSITORY: ghcr.io/Apes-HDF
IMAGE_REPOSITORY: ghcr.io/Tipimi-fr

View file

@ -51,7 +51,7 @@ jobs:
id: meta
run: |
set -xo pipefail
PROJECT=plateforme-ebs
PROJECT=tipimi-ebs
# Tags are deployed in prod
CONTEXT=prod
ENVIRONMENT=prod

View file

@ -4,6 +4,7 @@
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
ARG PHP_VERSION=8.1.32
ARG CADDY_VERSION=2.10.0
@ -190,6 +191,7 @@ FROM caddy:${CADDY_VERSION}-builder-alpine AS app_caddy_builder
# FROM caddy:2.9.1-builder-alpine AS app_caddy_builder
# RUN xcaddy build \
# --with github.com/dunglas/mercure \
# --with github.com/dunglas/mercure/caddy \

View file

@ -4,7 +4,7 @@
php:
image:
repository: "ghcr.io/apes-hdf/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/apes-hdf/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: ""