From 0512edd7bafdf49b330c9b42609917816295077d Mon Sep 17 00:00:00 2001 From: Brett <54408245+kowh-ai@users.noreply.github.com> Date: Thu, 13 May 2021 10:14:49 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c973550..72fad32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,8 +54,8 @@ jobs: - name: CKAN build uses: docker/build-push-action@v2 with: - context: ckan - file: ckan/Dockerfile + context: ./ckan + file: ./ckan/Dockerfile push: false tags: kowhai/ckan-docker-ckan:testing-only \ No newline at end of file