From 399273e8a418032a5276c1b0850aec74183e7a23 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 67fe9d2..225aec0 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -13,9 +13,7 @@ env: jobs: build: - runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest + runs-on: ubuntu-latest #test 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: