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

This commit is contained in:
Mingor(100757) 2024-08-27 18:58:37 +08:00
parent 925bd5f4a5
commit 066f817a16
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ jobs:
- name: Build docker image and push
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
push: true
tags: acme_nrop/dotnet-deploy-k8s:${{ gitea.sha }}

View File

@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
RUN ls -l && ls -l dst
COPY dst/* .
WORKDIR /app
EXPOSE 8080
ENTRYPOINT ["dotnet", "dotnet-deploy-k8s.dll"]