From bbcf829660b06d4a71a0d8ef5801dac62cd0cefe Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 16 Jul 2025 15:45:09 +0200 Subject: [PATCH] Correct container name to patch deployment image --- .gitea/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index bbe6a69..8f43fde 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -109,7 +109,7 @@ jobs: env: NAMESPACE: chill-website DEPLOYMENT: chill-website - CONTAINER: nginx + CONTAINER: front BASE_IMAGE: 'h3m6q87t.gra7.container-registry.ovh.net/chill_website/web' TAG_IMAGE: '${{ steps.build-push.outputs.digest }}' run: |