update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m16s
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m16s
This commit is contained in:
parent
925bd5f4a5
commit
066f817a16
@ -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 }}
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user