From 5bc215ad68d004bc3f7c5413918b6db542a57443 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 31 Jul 2024 17:17:22 +0000 Subject: [PATCH] Modif du pipeline CICD --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4b81b2e..728ccc1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -24,7 +24,7 @@ jobs: aws-region: eu-west-3 - name: Get AWS Account ID - id: aws-account + id: get-account-id run: echo "ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)" >> $GITHUB_ENV - name: Log in to Amazon ECR