From a52df9d1592ae58583785d6498002339cc8fdee2 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 10 Jul 2023 12:01:19 +0200 Subject: [PATCH] test context --- .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 0683102..4c4a276 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 }}