Skip to content

Commit

Permalink
Modif region dans cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ingcloud-fr committed Aug 1, 2024
1 parent a29a2ca commit f0e069c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f0e069c

Please sign in to comment.