From 31d6d31dc8a8d3ca31628da9a8066fe0d76b74f9 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 24 Nov 2021 19:35:30 +0100 Subject: [PATCH] CI: Fix path to dockerfile --- .github/workflows/build-and-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 5ee50cb..c1201f5 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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