From bd8cb2f30357114db71bdbe9459231fac7991af1 Mon Sep 17 00:00:00 2001 From: Brett <54408245+kowh-ai@users.noreply.github.com> Date: Thu, 13 May 2021 16:35:57 +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 14a3a65..6cdf67e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,8 +57,8 @@ jobs: - name: CKAN build uses: docker/build-push-action@v2 with: - context: . + context: ./ckan file: ./ckan/Dockerfile - push: true + push: false tags: kowhai/ckan-docker-ckan:testing-only \ No newline at end of file