update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m35s

This commit is contained in:
Mingor(100757) 2024-08-27 18:42:46 +08:00
parent e88c5d8567
commit 7a99e72786
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: List files in the repos
run: ls ${{ gitea.workspace }}
run: ls ${{ gitea.workspace }}/dst
- name: Login to Aliyun Container Registry
uses: docker/login-action@v3
with:

View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
COPY dst/ .
COPY dst/* .
EXPOSE 8080
ENTRYPOINT ["dotnet", "dotnet-deploy-k8s.dll"]