Skip to content

Commit 3205ca4

Browse files
build(deps): bump docker/login-action in the docker-github-actions group
Bumps the docker-github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb46cd7 commit 3205ca4

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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
310+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
317+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
318318
with:
319319
username: ${{ secrets.DOCKER_HUB_USERNAME }}
320320
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)