Skip to content

Commit c021968

Browse files
Update docker/login-action action to v4
1 parent 9a2177b commit c021968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Login to GitHub Container Registry
13-
uses: docker/login-action@v1
13+
uses: docker/login-action@v4
1414
with:
1515
registry: ghcr.io
1616
username: ${{ github.actor }}

0 commit comments

Comments
 (0)