diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 73a7585..9ff9974 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -89,7 +89,7 @@ jobs: if: steps.changes.outputs.api == 'true' uses: docker/build-push-action@v4 with: - file: api/Dockerfile + file: Dockerfile context: "{{defaultContext}}:api" platforms: linux/amd64 push: true