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 ddc99dc commit 3e53a52Copy full SHA for 3e53a52
1 file changed
.github/workflows/build.yml
@@ -49,13 +49,13 @@ jobs:
49
uses: docker/setup-buildx-action@v3
50
-
51
name: Login into Docker Hub
52
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
53
with:
54
username: ${{ secrets.DOCKERHUB_USERNAME }}
55
password: ${{ secrets.DOCKERHUB_TOKEN }}
56
57
name: Login to GitHub Container Registry
58
59
60
registry: ghcr.io
61
username: ${{ github.actor }}
0 commit comments