Skip to content

Commit cd1caa7

Browse files
renovate[bot]slisson
authored andcommitted
build(deps): update docker/login-action digest to 74a5d14
1 parent fc0f100 commit cd1caa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Log in to Docker Hub
103103
# Only attempt to log in if we later attempt to push.
104104
if: ${{ env.PUSH == 'true' }}
105-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
105+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
106106
with:
107107
username: ${{ secrets.DOCKER_HUB_USER }}
108108
password: ${{ secrets.DOCKER_HUB_KEY }}

0 commit comments

Comments
 (0)