build: try create image
Some checks failed
.NET Test Pipeline / build-and-test (push) Successful in 4m26s
Build and Deploy Docker Container / build-and-deploy (push) Failing after 3m24s

This commit is contained in:
2024-07-02 23:42:29 +03:00
parent 2e2cee2ca7
commit de2f909ed6
3 changed files with 19 additions and 13 deletions

View File

@ -12,12 +12,12 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore