Skip to content

Commit 32b250b

Browse files
chore(deps): update docker/login-action action to v3.7.0
1 parent 3f69353 commit 32b250b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
3838

3939
- name: Log in to Docker Hub
40-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
40+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4141
with:
4242
username: ${{ secrets.DOCKER_USERNAME }}
4343
password: ${{ secrets.DOCKER_PASSWORD }}
4444

4545
- name: Log in to GitHub container registry
46-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
46+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}

0 commit comments

Comments
 (0)