From 4f1626d5e8530c972cc22aac2ed10ab3d4be5ebf Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 10 Jul 2023 13:45:18 +0200 Subject: [PATCH] debug --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9791b6f..4b91605 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -43,7 +43,7 @@ jobs: name: Build and push uses: actions/build-push-action@v4 with: - context: . + #context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}