CI: Fix path to dockerfile
This commit is contained in:
parent
00b992e2f5
commit
0e7642b1d9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-and-publish.yml
vendored
3
.github/workflows/build-and-publish.yml
vendored
|
@ -36,7 +36,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# relative path to the place where source code with Dockerfile
|
# relative path to the place where source code with Dockerfile
|
||||||
# is located
|
# is located
|
||||||
context: ./src/samples/simple
|
context: .
|
||||||
|
file: docker/Dockerfile
|
||||||
# Note: tags has to be all lower-case
|
# Note: tags has to be all lower-case
|
||||||
tags: |
|
tags: |
|
||||||
glenux/teaching-boilerplate:latest
|
glenux/teaching-boilerplate:latest
|
||||||
|
|
Loading…
Reference in a new issue