Skip to content

Commit c9c9842

Browse files
authored
Merge pull request #249 from Clivern/renovate/docker-login-action-digest
2 parents 2640d85 + 1b1181c commit c9c9842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

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

1515
- name: Log in to Docker Hub
16-
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
16+
uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)