Skip to content

Commit

Permalink
Update CI to add missing step to login into ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil committed Jul 17, 2024
1 parent 8b5ff8a commit 39a14b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,10 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN_INTEG_TESTS }}
aws-region: ${{ env.AWS_STAGING_REGION }}

- name: Log in to AWS private ECR
uses: docker/login-action@v3
with:
registry: ${{ env.STAGING_ECR_REGISTRY }}

- name: Run integration tests
run: ./.github/scripts/integ-tests.sh ${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:${{ needs.build.outputs.commit-short-sha }}

0 comments on commit 39a14b0

Please sign in to comment.