Skip to content

Commit 728f08c

Browse files
authored
Update main.yml
1 parent 75f5169 commit 728f08c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
uses: docker/setup-buildx-action@v3
2222

2323
- name: Log in to Docker Hub
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@v3.1.0
2525
with:
26-
registry: https://hub.docker.com/
27-
dockerfile: Dockerfile
26+
registry: https://hub.docker.com
2827
username: ${{ secrets.DOCKERHUB_USERNAME }}
2928
password: ${{ secrets.DOCKER_TOKEN }}
3029

0 commit comments

Comments
 (0)