mirror of
https://github.com/docker/login-action.git
synced 2026-07-02 06:11:44 +00:00
Compare commits
No commits in common. "1f401f745bf57e30b3a2800ad308a87d2ebdf14b" and "1220aa36aaf257e736f1d64e3b87c4878665836f" have entirely different histories.
1f401f745b
...
1220aa36aa
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -172,7 +172,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Login to Public ECR
|
||||
continue-on-error: ${{ matrix.os == 'windows-latest' }}
|
||||
uses: ./
|
||||
with:
|
||||
registry: public.ecr.aws
|
||||
@ -201,8 +200,7 @@ jobs:
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-east-1
|
||||
-
|
||||
name: Login to Public ECR
|
||||
continue-on-error: ${{ matrix.os == 'windows-latest' }}
|
||||
name: Login to ECR
|
||||
uses: ./
|
||||
with:
|
||||
registry: public.ecr.aws
|
||||
|
||||
Loading…
Reference in New Issue
Block a user