Skip to content

Commit 3664dd9

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

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
@@ -33,14 +33,14 @@ runs:
3333
steps:
3434
- name: Login to DockerHub
3535
if: ${{ inputs.push_image == 'true' && inputs.dockerhub_repo != '' }}
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737
with:
3838
username: ${{ env.DOCKERHUB_USER }}
3939
password: ${{ env.DOCKERHUB_PW }}
4040

4141
- name: Login to GitHub Container Registry
4242
if: ${{ inputs.push_image == 'true' }}
43-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
43+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)