fix: dockerbuild.release
Some checks failed
PR Validation for Release / Validate Pull Request (pull_request) Failing after 53s
PR Validation for Release / Ready for Merge (pull_request) Has been skipped

This commit is contained in:
Ricardo Carneiro 2025-07-25 19:49:52 -03:00
parent c25eea5f03
commit 660959bd4c

View File

@ -41,7 +41,7 @@ RUN case "$TARGETPLATFORM" in \
"linux/arm64") RID="linux-arm64" ;; \ "linux/arm64") RID="linux-arm64" ;; \
esac && \ esac && \
echo "🔧 Restoring for RID: $RID" && \ echo "🔧 Restoring for RID: $RID" && \
dotnet restore "BCards.Web.csproj" --runtime $RID dotnet restore "src/BCards.Web/BCards.Web.csproj" --runtime $RID
# Copy source code # Copy source code
COPY . . COPY . .