We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de95cac commit 9a8a24dCopy full SHA for 9a8a24d
1 file changed
.github/workflows/build.yml
@@ -71,14 +71,14 @@ jobs:
71
-
72
name: Login into Docker Hub
73
if: env.exists == 'false'
74
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
75
with:
76
username: ${{ secrets.DOCKERHUB_USERNAME }}
77
password: ${{ secrets.DOCKERHUB_TOKEN }}
78
79
name: Login to GitHub Container Registry
80
81
82
83
registry: ghcr.io
84
username: ${{ github.actor }}
0 commit comments