We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa179e commit c442765Copy full SHA for c442765
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Docker Buildx
18
uses: docker/setup-buildx-action@v1
19
- name: Login to ghcr.io
20
- uses: docker/login-action@v3
+ uses: docker/login-action@v2
21
with:
22
registry: ghcr.io
23
username: ${{ github.repository_owner }}
0 commit comments