Skip to content

Commit 91aba85

Browse files
ci: [DEPENDABOT] Bump docker/login-action from 3.6.0 to 3.7.0 in /.github/actions/build-docker-image (#2942)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af03a2f commit 91aba85

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)