From f712e73f32773617056f2bf1fa2ab88b9115be39 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 1 Aug 2024 05:37:41 +0000 Subject: [PATCH] modif cicd --- .github/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e7a852a..7c3c6ff 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,7 +42,8 @@ jobs: - name: Build, tag, and push Docker image env: - IMAGE_URI: ${{ steps.login-ecr.outputs.registry }}/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