From a476549f61a41df47805ba8449da5fbbe15635f5 Mon Sep 17 00:00:00 2001 From: Ted Ian Osias Date: Thu, 3 Oct 2024 21:57:30 +0800 Subject: [PATCH] ci: remove context --- .github/workflows/ghcr.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ghcr.yaml b/.github/workflows/ghcr.yaml index 41376d0..bb88d4a 100644 --- a/.github/workflows/ghcr.yaml +++ b/.github/workflows/ghcr.yaml @@ -65,7 +65,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v4 with: - context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}