Skip to content

Commit 48f9f24

Browse files
ci: [DEPENDABOT] Bump docker/login-action
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@5e57cd1...c94ce9f) --- 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>
1 parent 9fd15eb commit 48f9f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-docker-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ runs:
3434
steps:
3535
- name: Login to DockerHub
3636
if: ${{ inputs.push_image == 'true' && inputs.dockerhub_repo != '' }}
37-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
37+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3838
with:
3939
username: ${{ env.DOCKERHUB_USER }}
4040
password: ${{ env.DOCKERHUB_PW }}
4141

4242
- name: Login to GitHub Container Registry
4343
if: ${{ inputs.push_image == 'true' }}
44-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
44+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)