From da804d752cb39eda109414c61ea3fd4ce3be996d Mon Sep 17 00:00:00 2001 From: Kartikey Mamgain Date: Mon, 8 Jan 2024 13:21:44 +0530 Subject: [PATCH] push image Signed-off-by: Kartikey Mamgain --- .github/workflows/push-image.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index 286d400..99302ee 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -32,7 +32,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: / push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file