From 5c4083e345a5a55fc885917a1f269df423406886 Mon Sep 17 00:00:00 2001 From: sindrekjelsrud Date: Wed, 28 Jun 2023 16:34:19 +0200 Subject: [PATCH] deploy test #3 Co-authored-by: Amalie Erdal Mansaker --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 2e198e4..78b0720 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -31,8 +31,8 @@ jobs: - name: "Build and push Docker" uses: "docker/build-push-action@v2" with: - context: . - file: frontend/Dockerfile + context: frontend + file: Dockerfile tags: "${{ env.IMAGE }}" push: "true" "deploy":