From 1d8a2d0cbb26a384fc5f22a8596de388ef9f1960 Mon Sep 17 00:00:00 2001 From: "jack.lewis" Date: Thu, 10 Aug 2023 09:52:56 +0100 Subject: [PATCH] updating to fix dockerfile locaction --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 1d1d9ae..3c5d81d 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -23,13 +23,13 @@ jobs: context: "." github-token: ${{ secrets.GITHUB_TOKEN }} - build-push-thumbs: + build-push-dlcs-varnish-cleanup: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ./.github/actions/docker-build-and-push with: image-name: "dlcs-varnish-cleanup" - dockerfile: "Dockerfile" + dockerfile: "varnish-cleanup/Dockerfile" context: "./varnish-cleanup" github-token: ${{ secrets.GITHUB_TOKEN }}