We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8663a commit 75f5169Copy full SHA for 75f5169
1 file changed
.github/workflows/main.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: docker/login-action@v3
25
with:
26
registry: https://hub.docker.com/
27
+ dockerfile: Dockerfile
28
username: ${{ secrets.DOCKERHUB_USERNAME }}
29
password: ${{ secrets.DOCKER_TOKEN }}
30
0 commit comments