From 0e7642b1d9eedbcf541024e70e7b2ed66c323143 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