diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bc1830d..8e3722e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: env: REGISTRY: ${{ secrets.REGISTRY_HOST }} OWNER_REPO: ${{ github.repository }} - DOCKERFILE: src/JSMR.Api/Dockerfile + DOCKERFILE: JSMR.Api/Dockerfile CONTEXT: . steps: - uses: actions/checkout@v4