From b5a0556ce05e5d9650432cd531660f4e1ae3fcd3 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 4 Feb 2022 11:30:06 +0100 Subject: [PATCH] chore: switch to context path Signed-off-by: Johan Haals --- .github/workflows/docker-next.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-next.yaml b/.github/workflows/docker-next.yaml index e8f0202e2..356e0dfa1 100644 --- a/.github/workflows/docker-next.yaml +++ b/.github/workflows/docker-next.yaml @@ -29,8 +29,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v2 with: - context: . - file: next/Dockerfile + context: next push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file