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: