Skip to content

Commit 7562e04

Browse files
chore(deps): update docker/login-action digest to 5b7b28b
1 parent 5966954 commit 7562e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Log in to Docker Hub
16-
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
16+
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)