Skip to content

Commit 13042cd

Browse files
authored
Fix Docker build context in CI (#13)
* refactor(ci): docker workflow
1 parent 01eb4c0 commit 13042cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
username: ${{ secrets.DOCKER_USERNAME }}
1717
password: ${{ secrets.DOCKER_PASSWORD }}
1818
context: .
19-
workdir: support/docker
19+
dockerfile: support/docker/Dockerfile
20+
tags: "latest"

0 commit comments

Comments
 (0)