fix(ci): use ubuntu runner + setup-dotnet instead of container image
Deploy Telegram Bot / build-and-push (push) Successful in 19s
Deploy Telegram Bot / deploy (push) Successful in 13s

This commit is contained in:
root
2026-05-06 09:46:52 +00:00
parent 17c631aef2
commit 77647e4bb8
+5 -1
View File
@@ -8,11 +8,15 @@ on:
jobs:
test-and-build:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:10.0-noble
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Restore dependencies
run: dotnet restore