Skip to content

Commit 3462d12

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.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.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 01eed95 commit 3462d12

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

0 commit comments

Comments
 (0)