From f0e069cd3f68835750a0cfbe8f7f35670e5a3194 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 1 Aug 2024 04:47:51 +0000 Subject: [PATCH] Modif region dans cicd --- .github/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e2fe5e1..9bd5021 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -31,6 +31,10 @@ jobs: - name: Login to AWS ECR id: login-ecr uses: aws-actions/amazon-ecr-login@v1 + env: + AWS_REGION: "eu-west-3" + AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - name: Build, tag, and push Docker image env: