Skip to content

Commit 02d2d90

Browse files
build(deps): bump docker/login-action in the docker-github-actions group (#382)
Bumps the docker-github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6ecd3e commit 02d2d90

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

0 commit comments

Comments
 (0)