Skip to content

Commit 92feac8

Browse files
build(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#768)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd8082c commit 92feac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Docker Login
118118
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
119-
uses: docker/login-action@v3.7.0
119+
uses: docker/login-action@v4.0.0
120120
with:
121121
username: ${{ secrets.DOCKER_USERNAME }}
122122
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)