Correct container name to patch deployment image
All checks were successful
Build and push chill website image / build (push) Successful in 1m12s

This commit is contained in:
Julie Lenaerts 2025-07-16 15:45:09 +02:00
parent 048ec07457
commit bbcf829660

View File

@ -109,7 +109,7 @@ jobs:
env: env:
NAMESPACE: chill-website NAMESPACE: chill-website
DEPLOYMENT: chill-website DEPLOYMENT: chill-website
CONTAINER: nginx CONTAINER: front
BASE_IMAGE: 'h3m6q87t.gra7.container-registry.ovh.net/chill_website/web' BASE_IMAGE: 'h3m6q87t.gra7.container-registry.ovh.net/chill_website/web'
TAG_IMAGE: '${{ steps.build-push.outputs.digest }}' TAG_IMAGE: '${{ steps.build-push.outputs.digest }}'
run: | run: |