Skip to content

Commit 6282ebd

Browse files
ci: [DEPENDABOT] bump docker/login-action
Bumps [docker/login-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cfa06c commit 6282ebd

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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
37+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
44+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)