From a56f13c7e3e78eb59102d7fa7d8687e7c339f9f7 Mon Sep 17 00:00:00 2001 From: Dave Earley Date: Sat, 9 Mar 2024 22:46:26 -0800 Subject: [PATCH] update context --- .github/workflows/public-docker-image.yml | 2 +- .idea/workspace.xml | 26 +++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/public-docker-image.yml b/.github/workflows/public-docker-image.yml index 12d3ce35..2d43fe3b 100644 --- a/.github/workflows/public-docker-image.yml +++ b/.github/workflows/public-docker-image.yml @@ -27,7 +27,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 with: - context: . + context: ./backend file: ./backend/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 831e0369..82979fc1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,7 +8,7 @@