CI: Fix path to dockerfile

This commit is contained in:
Glenn Y. Rolland 2021-11-24 19:35:30 +01:00
parent ee60b803db
commit 31d6d31dc8

View file

@ -36,7 +36,8 @@ jobs:
with:
# relative path to the place where source code with Dockerfile
# is located
context: ./src/samples/simple
context: .
file: docker/Dockerfile
# Note: tags has to be all lower-case
tags: |
glenux/teaching-boilerplate:latest