From 474ee0271b5e4c58e15f9ef593adaefb68e5548d Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Thu, 13 Apr 2023 08:22:35 +0100 Subject: [PATCH] try explicitly setting build context --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bfda80e..b984d75 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -41,6 +41,7 @@ jobs: with: push: true tags: ghcr.io/ravenscroftj/turbopilot + context: ${{github.workspace}} # - name: Publish Docker Image to GitHub Registry # # You may pin to the exact commit or the version.