diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index af994390..8baf201e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: id: docker_build uses: docker/build-push-action@v5 with: - context: ./release + context: ./ file: ./Dockerfile.build push: true tags: k2.xuthus83.cn:6001/pigallery2:latest