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: