Skip to content

Commit

Permalink
fix(#136): add ecr login step
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Oct 23, 2024
1 parent 6d7273e commit 8e4b2ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY }}
aws-region: eu-west-2
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
with:
mask-password: 'true'
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 8e4b2ec

Please sign in to comment.