From 223056bbc847169c18718b7cc04a7b895249903e Mon Sep 17 00:00:00 2001 From: sindrekjelsrud Date: Wed, 28 Jun 2023 16:32:22 +0200 Subject: [PATCH] tester deploy enda.. Co-authored-by: Amalie Erdal Mansaker --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 093b63d..2e198e4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,7 +32,7 @@ jobs: uses: "docker/build-push-action@v2" with: context: . - file: Dockerfile + file: frontend/Dockerfile tags: "${{ env.IMAGE }}" push: "true" "deploy":