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.
2 parents aaa2fd5 + 50351ca commit 4adc698Copy full SHA for 4adc698
1 file changed
.github/workflows/build-image.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: docker/setup-buildx-action@v3
23
24
- name: Login to ghcr.io
25
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
26
with:
27
registry: ghcr.io
28
username: ${{ github.repository_owner }}
@@ -66,7 +66,7 @@ jobs:
66
"github_token=${{ secrets.GITHUB_TOKEN }}"
67
68
- name: Login to DockerHub Container Registry
69
70
71
registry: registry.hub.docker.com
72
username: ${{ secrets.DOCKERHUB_USER }}
0 commit comments