update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m36s
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m36s
This commit is contained in:
parent
c3832df623
commit
e88c5d8567
@ -21,6 +21,8 @@ jobs:
|
||||
run: dotnet build --configuration Release --no-restore -o dst
|
||||
- name: Test
|
||||
run: dotnet test --no-restore --verbosity normal
|
||||
- name: List files in the repos
|
||||
run: ls ${{ gitea.workspace }}
|
||||
- name: Login to Aliyun Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY dst .
|
||||
EXPOSE 80
|
||||
COPY dst/ .
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["dotnet", "dotnet-deploy-k8s.dll"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user