From e637f0f5e2fde98f0aa7965423e33b400293460e Mon Sep 17 00:00:00 2001 From: VladYoSlav Date: Fri, 21 Jun 2024 23:48:43 +0300 Subject: [PATCH] fix(ci): remove context --- .github/workflows/build-and-publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 4157f53e..5943b4a9 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -38,7 +38,6 @@ jobs: id: push uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: - context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}