From d358ed8c1b828bd7ba9e6875e08e0555d59f6b8b Mon Sep 17 00:00:00 2001 From: StealWonders <6114858+StealWonders@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:53:33 +0200 Subject: [PATCH] test2 --- .github/workflows/deploy-main-in-dev-env.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-main-in-dev-env.yml b/.github/workflows/deploy-main-in-dev-env.yml index dce960b..61b7707 100644 --- a/.github/workflows/deploy-main-in-dev-env.yml +++ b/.github/workflows/deploy-main-in-dev-env.yml @@ -29,6 +29,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v4 with: + context: . push: true # Will only build if this is not here tags: ${{ steps.meta.outputs.tags }} build-args: |