Skip to content

Commit 1b927fc

Browse files
Bump docker/login-action from 2 to 3 (#712)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0d04bc commit 1b927fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker-build-lambda-soak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
role-duration-seconds: 1200
2222
aws-region: us-east-1
2323
- name: Login to ECR
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v3
2525
with:
2626
registry: public.ecr.aws
2727
- name: Set up Docker Buildx

.github/workflows/main-build-python39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Patch ADOT
5555
run: ./patch-upstream.sh
5656
- name: Login to Public ECR
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v3
5858
with:
5959
registry: public.ecr.aws
6060
- name: Build layers / functions

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
run: ./patch-upstream.sh
143143
# Login to ECR since may be needed for Python build image.
144144
- name: Login to Public ECR
145-
uses: docker/login-action@v2
145+
uses: docker/login-action@v3
146146
with:
147147
registry: public.ecr.aws
148148
- name: Build layers / functions

.github/workflows/soaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: ./patch-upstream.sh
138138
# Login to ECR since may be needed for Python build image.
139139
- name: Login to Public ECR
140-
uses: docker/login-action@v2
140+
uses: docker/login-action@v3
141141
with:
142142
registry: public.ecr.aws
143143
- name: Build layers / functions

0 commit comments

Comments
 (0)