Skip to content

Commit 251ba1e

Browse files
Update docker/login-action action to v3.7.0
1 parent 082a6ca commit 251ba1e

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
@@ -297,7 +297,7 @@ jobs:
297297

298298
steps:
299299
- name: Log in to the Container registry
300-
uses: docker/login-action@v3.6.0
300+
uses: docker/login-action@v3.7.0
301301
with:
302302
password: ${{secrets.GITHUB_TOKEN}}
303303
registry: ${{env.REGISTRY}}

0 commit comments

Comments
 (0)