Skip to content

Commit 362cedf

Browse files
committed
ci(container): update to docker/login-action@v3
1 parent 86c45fe commit 362cedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
fetch-depth: 0
6969
- name: Log in to the container registry
70-
uses: docker/login-action@v2
70+
uses: docker/login-action@v3
7171
with:
7272
registry: ${{ env.REGISTRY }}
7373
username: ${{ github.actor }}

0 commit comments

Comments
 (0)