From 95a66c746e6e11219aa3e48bf51d25a6dec4640e Mon Sep 17 00:00:00 2001 From: red Date: Sun, 17 Mar 2024 15:01:41 +0200 Subject: [PATCH] fix context --- .github/workflows/publish-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-server.yml b/.github/workflows/publish-server.yml index ad67620..822596d 100644 --- a/.github/workflows/publish-server.yml +++ b/.github/workflows/publish-server.yml @@ -46,7 +46,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: . + context: ./server push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file