From fe500b80f5e9d8b10f3b0edb06c920b26c5ed366 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 24 Oct 2021 11:58:26 +1300 Subject: [PATCH] Defining context --- .github/workflows/build-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index e904ca1d..3a9cf059 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -41,7 +41,7 @@ jobs: uses: docker/build-push-action@v2 with: # relative path to the place where source code with Dockerfile is located - context: ./src/samples/simple + context: . # Note: tags has to be all lower-case tags: | jaedb/iris:master