Skip to content

Commit bb70de4

Browse files
authored
Merge pull request #342 from kodehat/dependabot/github_actions/docker/login-action-4.6.0
build(deps): bump docker/login-action from 4.5.2 to 4.6.0
2 parents 8df7984 + 16ac62e commit bb70de4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
2323

2424
- name: Login to DockerHub
25-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
25+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2626
with:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/build-docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
2020

2121
- name: Login to DockerHub
22-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
22+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2323
with:
2424
username: ${{ secrets.DOCKERHUB_USERNAME }}
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)