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 655b0f3 commit 411a2e2Copy full SHA for 411a2e2
.github/workflows/docker-image.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: docker/setup-buildx-action@v2
26
27
- name: Log in to the Container registry
28
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
29
with:
30
registry: ${{ env.REGISTRY }}
31
username: ${{ github.actor }}
0 commit comments