Skip to content

Commit 7ccbfda

Browse files
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#13068)
1 parent 78d91d8 commit 7ccbfda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-dev-image-on-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Login to Docker Hub
8282
if: github.ref == 'refs/heads/master'
83-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
83+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
8484
with:
8585
username: ${{ secrets.DOCKERHUB_USER }}
8686
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Login to Docker Hub
99-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
99+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
100100
with:
101101
username: ${{ secrets.DOCKERHUB_USER }}
102102
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)