Skip to content

Commit 6a415a6

Browse files
ci: bump docker/login-action from 3.6.0 to 3.7.0 in /.github/workflows (#942)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0dc9fec commit 6a415a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@v3.12.0
6363

6464
- name: Login to DockerHub
65-
uses: docker/login-action@v3.6.0
65+
uses: docker/login-action@v3.7.0
6666
with:
6767
username: ${{ secrets.DOCKERHUB_USERNAME }}
6868
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@v3.12.0
4040

4141
- name: Login to GHCR
42-
uses: docker/login-action@v3.6.0
42+
uses: docker/login-action@v3.7.0
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)