Skip to content

Commit 8831dea

Browse files
Update docker/login-action action to v3
1 parent 7721bf6 commit 8831dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v2
6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@v1
67+
uses: docker/login-action@v3
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)