Skip to content

Commit 309675c

Browse files
author
Alex Hoffmann
committed
Fix Docker login action with explicit registry
1 parent 33a416a commit 309675c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Log in to Docker Hub
3232
uses: docker/login-action@v3
3333
with:
34+
registry: docker.io
3435
username: ${{ secrets.DOCKERHUB_USERNAME }}
3536
password: ${{ secrets.DOCKERHUB_TOKEN }}
3637

0 commit comments

Comments
 (0)