From a3a2f12082d51280e8042c2d9b011ca0059c1a20 Mon Sep 17 00:00:00 2001 From: Collin Duncan <3679940+cgduncan7@users.noreply.github.com> Date: Fri, 26 May 2023 16:51:54 -0500 Subject: [PATCH] Setting context to workdir and changing file to use relative path --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 722535f..7894d9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,8 @@ jobs: - name: Build docker image uses: docker/build-push-action@v4 with: - context: ./docker/server + context: . + file: ./docker/server/Dockerfile push: true tags: ghcr.io/cgduncan7/autobaan:latest cache-from: type=gha