Skip to content

Commit

Permalink
aws-ecr-login credentials fix maby
Browse files Browse the repository at this point in the history
  • Loading branch information
Léonard Roch committed Feb 28, 2024
1 parent f44f798 commit 5cc39dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-on-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1
env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Build, tag, and push image to Amazon ECR
env:
Expand Down

0 comments on commit 5cc39dc

Please sign in to comment.