From cdd9f723d8627d717e3c5249365aea8b71ef6454 Mon Sep 17 00:00:00 2001 From: DTieman Date: Sun, 14 Apr 2024 10:59:37 +0200 Subject: [PATCH] Attempt without container --- .gitea/workflows/main.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 67fe9d2..6015dbb 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -14,8 +14,6 @@ env: jobs: build: runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@main @@ -33,8 +31,6 @@ jobs: run: dotnet test --no-restore --verbosity normal deploy: runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest needs: build if: gitea.ref == 'refs/heads/mauster' steps: