Removed dotnet action
All checks were successful
Build a new image for the MycroForge docs / test (push) Successful in 5s

This commit is contained in:
mdnapo 2024-10-13 14:27:58 +02:00
parent fd04ffbc19
commit 4edae0830f

View File

@ -8,7 +8,6 @@ jobs:
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- uses: https://github.com/actions/setup-dotnet@v4
with: with:
dotnet-version: '8.x' dotnet-version: '8.x'
- name: "Build and push Docker image" - name: "Build and push Docker image"