We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a56212 commit 559909dCopy full SHA for 559909d
1 file changed
.github/workflows/build.yml
@@ -46,13 +46,13 @@ jobs:
46
uses: docker/setup-buildx-action@v3
47
-
48
name: Login into Docker Hub
49
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
50
with:
51
username: ${{ secrets.DOCKERHUB_USERNAME }}
52
password: ${{ secrets.DOCKERHUB_TOKEN }}
53
54
name: Login to GitHub Container Registry
55
56
57
registry: ghcr.io
58
username: ${{ github.actor }}
0 commit comments