We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01eb4c0 commit 13042cdCopy full SHA for 13042cd
.github/workflows/docker.yml
@@ -16,4 +16,5 @@ jobs:
16
username: ${{ secrets.DOCKER_USERNAME }}
17
password: ${{ secrets.DOCKER_PASSWORD }}
18
context: .
19
- workdir: support/docker
+ dockerfile: support/docker/Dockerfile
20
+ tags: "latest"
0 commit comments