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 b4e5a41 commit 7983340Copy full SHA for 7983340
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Docker Buildx
18
uses: docker/setup-buildx-action@v2
19
- name: Login to GitHub registry
20
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
21
with:
22
registry: ghcr.io
23
username: ${{ github.repository_owner }}
0 commit comments