Error: Command failed with exit code 1: docker build --network=default --quiet --tag ghcr.io/smartive/cas-fee-adv-mumble-api:b51983ec3dd59e980610 --build-arg SRC_DIRECTORY=cas-fee-adv-mumble-api --build-arg TARGET_PATH=. --build-arg NPM_PACKAGE_NAME --build-arg NPM_PACKAGE_SCOPE --build-arg CONFIG_NAME=cas-fee-adv-mumble-api --build-arg CONFIG_PROJECT=smartive --build-arg GIT_SHA=2ae2de049836ae4dfa525b1f98248bcbc6fdd3a4 --build-arg GIT_TAG=v1.0.4 --build-arg BUILD_VERSION=1.0.4 --build-arg COMMIT_SHA=2ae2de049836ae4dfa525b1f98248bcbc6fdd3a4 -f /home/runner/work/cas-fee-adv-mumble-api/cas-fee-adv-mumble-api/Dockerfile /home/runner/work/cas-fee-adv-mumble-api/cas-fee-adv-mumble-api
Dockerfile:8
--------------------
7 |
8 | >>> RUN dotnet publish \
9 | >>> --configuration Release \
10 | >>> -r linux-x64 \
11 | >>> -p:PublishSingleFile=true \
12 | >>> -p:PublishReadyToRun=true \
13 | >>> -p:SelfContained=true \
14 | >>> -p:DebugType=None \
15 | >>> -p:DebugSymbols=false \
16 | >>> -o ./artifacts \
17 | >>> MumbleApi
18 |
--------------------
ERROR: failed to solve: process "/bin/sh -c dotnet publish --configuration Release -r linux-x64 -p:PublishSingleFile=true -p:PublishReadyToRun=true -p:SelfContained=true -p:DebugType=None -p:DebugSymbols=false -o ./artifacts MumbleApi" did not complete successfully: exit code: 1