We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f5169 commit 728f08cCopy full SHA for 728f08c
1 file changed
.github/workflows/main.yml
@@ -21,10 +21,9 @@ jobs:
21
uses: docker/setup-buildx-action@v3
22
23
- name: Log in to Docker Hub
24
- uses: docker/login-action@v3
+ uses: docker/login-action@v3.1.0
25
with:
26
- registry: https://hub.docker.com/
27
- dockerfile: Dockerfile
+ registry: https://hub.docker.com
28
username: ${{ secrets.DOCKERHUB_USERNAME }}
29
password: ${{ secrets.DOCKER_TOKEN }}
30
0 commit comments