Skip to content

Commit

Permalink
Merge pull request #625 from crazy-max/fix-workflow
Browse files Browse the repository at this point in the history
ci: continue-on-error for public ECR on Windows
  • Loading branch information
crazy-max authored Oct 25, 2023
2 parents 1220aa3 + adb236c commit 1f401f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
uses: actions/checkout@v4
-
name: Login to Public ECR
continue-on-error: ${{ matrix.os == 'windows-latest' }}
uses: ./
with:
registry: public.ecr.aws
Expand Down Expand Up @@ -200,7 +201,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
-
name: Login to ECR
name: Login to Public ECR
continue-on-error: ${{ matrix.os == 'windows-latest' }}
uses: ./
with:
registry: public.ecr.aws
Expand Down

0 comments on commit 1f401f7

Please sign in to comment.