Skip to content

Commit a3e8d34

Browse files
build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#2225)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d03cc47 commit a3e8d34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/qns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
# authenticate pull to avoid hitting pull quota
365365
- name: Login to Amazon Elastic Container Registry Public
366366
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
368368
with:
369369
registry: public.ecr.aws
370370
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
4343
4444
- name: Login to Amazon Elastic Container Registry Public
45-
uses: docker/login-action@v3.1.0
45+
uses: docker/login-action@v3.2.0
4646
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
4747
with:
4848
registry: public.ecr.aws
4949
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
5050
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5151

5252
- name: Login to GitHub Container Registry
53-
uses: docker/login-action@v3.1.0
53+
uses: docker/login-action@v3.2.0
5454
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
5555
with:
5656
registry: ghcr.io

0 commit comments

Comments
 (0)