Skip to content

Commit 4104dd3

Browse files
chore(deps): update docker/login-action digest to 29df2a9
1 parent b5644d9 commit 4104dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# https://github.com/docker/login-action
4646
- name: Log into registry ${{ env.REGISTRY }}
4747
if: github.event_name != 'pull_request'
48-
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
48+
uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)