From 11c4a9b7ccdb66596d81dbf5b84a792b3ba25872 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 1 Aug 2024 05:39:17 +0000 Subject: [PATCH] Modif IMAGE_URI dans cicd --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7c3c6ff..63140a5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,8 +42,8 @@ jobs: - name: Build, tag, and push Docker image env: - #IMAGE_URI: ${{ steps.login-ecr.outputs.registry }}/twitter_light:latest - IMAGE_URI: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-west-3.amazonaws.com/twitter_light:latest + IMAGE_URI: ${{ steps.login-ecr.outputs.registry }}/twitter_light:latest + #IMAGE_URI: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-west-3.amazonaws.com/twitter_light:latest run: | docker build -t $IMAGE_URI . docker push $IMAGE_URI