Skip to content

Commit e8505f7

Browse files
Update docker/login-action action to v3
1 parent e0bacfd commit e8505f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
1414
with:
1515
registry: ghcr.io
1616
username: ${{ github.actor }}

0 commit comments

Comments
 (0)