Skip to content

Commit 9ab2e12

Browse files
committed
ci: fix
1 parent d5343d1 commit 9ab2e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v3
1313
- name: Login to GitHub Container Registry
14-
uses: docker/login-action@v3
14+
uses: docker/login-action@v2
1515
with:
1616
registry: ghcr.io
1717
username: ${{ github.actor }}

0 commit comments

Comments
 (0)