We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c35835 commit f1874c6Copy full SHA for f1874c6
.github/workflows/build.yaml
@@ -156,6 +156,7 @@ jobs:
156
- uses: regclient/actions/regctl-installer@main
157
- uses: regclient/actions/regctl-login@main
158
with:
159
+ registry: docker.io
160
username: ${{ secrets.DOCKER_HUB_USERNAME }}
161
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
162
- uses: docker/login-action@v3
0 commit comments