From e9772e0de492bb79a563922c780a0b2d4109b8f4 Mon Sep 17 00:00:00 2001 From: pataar Date: Tue, 1 Mar 2022 14:28:29 +0100 Subject: [PATCH] ci: remove obsolete context (#6) --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5a9d9d..46cbe46 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,6 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v2 with: - context: docker push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file