Skip to content

Commit 5f5a104

Browse files
Update docker/login-action action to v4
1 parent 72a18ba commit 5f5a104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
registry: ${{ env.REGISTRY }}
2929
username: ${{ github.actor }}

0 commit comments

Comments
 (0)