Skip to content

Commit 3665c1c

Browse files
Update docker/login-action action to v3.6.0 (#630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f5331a commit 3665c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-build-deploy.yaml

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

242242
steps:
243243
- name: Log in to the Container registry
244-
uses: docker/login-action@v3.5.0
244+
uses: docker/login-action@v3.6.0
245245
with:
246246
registry: ${{env.REGISTRY}}
247247
username: ${{github.actor}}

0 commit comments

Comments
 (0)