From f296f7c5c6d50ab1d9f6344e66bc34192189f783 Mon Sep 17 00:00:00 2001 From: sindrekjelsrud Date: Wed, 28 Jun 2023 16:41:37 +0200 Subject: [PATCH] deploy test #5 ("guaranteed to work" - Nordahl) Co-authored-by: Amalie Erdal Mansaker --- .github/workflows/build-and-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 82d6bae..5220b5c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,7 +32,6 @@ jobs: uses: "docker/build-push-action@v2" with: context: frontend - file: frontend/Dockerfile tags: "${{ env.IMAGE }}" push: "true" "deploy":