We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faa7786 + a6adba7 commit 6d3555cCopy full SHA for 6d3555c
.github/workflows/main.yml
@@ -38,14 +38,14 @@ jobs:
38
uses: docker/setup-buildx-action@v3
39
-
40
name: Login to DockerHub
41
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
42
with:
43
registry: ghcr.io
44
username: ${{ github.actor }}
45
password: ${{ secrets.GITHUB_TOKEN }}
46
47
48
49
50
username: ${{ secrets.DOCKERHUB_USERNAME }}
51
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments