File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ jobs:
364
364
# authenticate pull to avoid hitting pull quota
365
365
- name : Login to Amazon Elastic Container Registry Public
366
366
if : github.repository == github.event.pull_request.head.repo.full_name
367
- uses : docker/login-action@v3.1 .0
367
+ uses : docker/login-action@v3.2 .0
368
368
with :
369
369
registry : public.ecr.aws
370
370
username : ${{ secrets.AWS_ACCESS_KEY_ID }}
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
42
42
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
43
43
44
44
- name : Login to Amazon Elastic Container Registry Public
45
- uses : docker/login-action@v3.1 .0
45
+ uses : docker/login-action@v3.2 .0
46
46
if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
47
47
with :
48
48
registry : public.ecr.aws
49
49
username : ${{ secrets.AWS_ACCESS_KEY_ID }}
50
50
password : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
51
51
52
52
- name : Login to GitHub Container Registry
53
- uses : docker/login-action@v3.1 .0
53
+ uses : docker/login-action@v3.2 .0
54
54
if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
55
55
with :
56
56
registry : ghcr.io
You can’t perform that action at this time.
0 commit comments