From 8d7bd1b2634e72eecde446917b353f89f0e80102 Mon Sep 17 00:00:00 2001 From: ChinoGoblino <71302825+ChinoGoblino@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:17:24 +1000 Subject: [PATCH] Fix pathing again --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5111838..1b6fa97 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,7 +31,7 @@ jobs: with: push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} platforms: linux/amd64 - file: client/Dockerfile + file: Dockerfile cache-from: type=gha cache-to: type=gha,mode=max build-args: |