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 5405e94 commit 745caeaCopy full SHA for 745caea
.github/workflows/docker.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v2
27
28
- name: Log in to the Container registry
29
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
30
with:
31
registry: ghcr.io
32
username: ${{ github.actor }}
0 commit comments