From 6c9e6f792e06ab21d2cccfd7b7267e0b0c011959 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Thu, 7 Mar 2024 06:04:50 +0000 Subject: [PATCH] fix context path --- .gitea/workflows/semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/semantic-release.yaml b/.gitea/workflows/semantic-release.yaml index 02d66ba..6a4a3ad 100644 --- a/.gitea/workflows/semantic-release.yaml +++ b/.gitea/workflows/semantic-release.yaml @@ -46,7 +46,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: . + context: ./Docker/ push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}