Skip to content

Commit 99d7391

Browse files
Bump docker/login-action from 3 to 4 (#25)
1 parent 9949ec4 commit 99d7391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/setup-buildx-action@v4
3838

3939
- name: Log in to the Container registry
40-
uses: docker/login-action@v3
40+
uses: docker/login-action@v4
4141
with:
4242
registry: ${{ env.REGISTRY }}
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)