Skip to content

Commit

Permalink
ci: continue-on-error for public ECR on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Oct 25, 2023
1 parent 1220aa3 commit 51c6396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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 @@ -201,6 +202,7 @@ jobs:
aws-region: us-east-1
-
name: Login to ECR
continue-on-error: ${{ matrix.os == 'windows-latest' }}
uses: ./
with:
registry: public.ecr.aws
Expand Down

0 comments on commit 51c6396

Please sign in to comment.