diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f63f014..6a5e4aad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,11 @@ on: jobs: build: - uses: flmorg/universal-workflows/.github/workflows/dotnet.build.app.yml@main + uses: flmorg/universal-workflows-testing/.github/workflows/dotnet.build.app.yml@main with: dockerRepository: flaminel/cleanuperr githubContext: ${{ toJSON(github) }} outputName: cleanuperr + selfContained: false + baseImage: 9.0-bookworm-slim secrets: inherit \ No newline at end of file diff --git a/code/Infrastructure/Infrastructure.csproj b/code/Infrastructure/Infrastructure.csproj index fa2e2e62..0811a862 100644 --- a/code/Infrastructure/Infrastructure.csproj +++ b/code/Infrastructure/Infrastructure.csproj @@ -18,7 +18,7 @@ - +