Skip to content

Commit 2b4ca0e

Browse files
build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#262)
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@e92390c...0d4c9c5) --- 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 ea4c991 commit 2b4ca0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s3-gateway.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,14 @@ jobs:
307307
tags: localhost:5000/nginx-oss-s3-gateway:oss
308308

309309
- name: Login to GitHub Container Registry
310-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
310+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
311311
with:
312312
registry: ghcr.io
313313
username: ${{ github.repository_owner }}
314314
password: ${{ secrets.GITHUB_TOKEN }}
315315

316316
- name: Login to Docker Hub
317-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
317+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
318318
with:
319319
username: ${{ secrets.DOCKER_HUB_USERNAME }}
320320
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)