Skip to content

Commit c3f6566

Browse files
committed
Fix docker login-action version
1 parent 901e2ed commit c3f6566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/setup-buildx-action@v3
2020

2121
- name: Login to GHCR
22-
uses: docker/[email protected]
22+
uses: docker/[email protected].0
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)