File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- name : Build Bookworm Slim Container
1+ name : Build Alpine Container
22
33on :
44 pull_request :
2222 build-container :
2323 uses : ./.github/workflows/build-container-reusable.yml
2424 with :
25- container-runtime : bookworm-slim
26-
25+ container-runtime : alpine
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ COPY --from=build ./build/LICENSE_CONTRIBUTIONS.md ./LICENSE_CONTRIBUTIONS.md
4040COPY --from=build ./build/src/KurrentDB.Core.Tests/Services/Transport/Tcp/test_certificates/ca/ca.crt /usr/local/share/ca-certificates/ca_kurrentdb_test.crt
4141RUN mkdir ./test-results
4242
43- SHELL ["/bin/bash " , "-c" ]
43+ SHELL ["/bin/sh " , "-c" ]
4444CMD dotnet test \
4545 --settings "/build/ci/ci.container.runsettings" \
4646 --blame \
You can’t perform that action at this time.
0 commit comments