We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de902b6 commit 55f06e7Copy full SHA for 55f06e7
1 file changed
.github/workflows/docker.yaml
@@ -26,13 +26,13 @@ jobs:
26
- uses: docker/setup-buildx-action@v3
27
28
- name: Login to Docker Hub
29
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
30
with:
31
username: ${{ github.repository_owner }}
32
password: ${{ secrets.DOCKERHUB_TOKEN }}
33
34
- name: Login to GitHub Container Registry
35
36
37
registry: ghcr.io
38
0 commit comments