diff --git a/.gitea/workflows/build-deploy.yml b/.gitea/workflows/build-deploy.yml index f475b73..7506cee 100644 --- a/.gitea/workflows/build-deploy.yml +++ b/.gitea/workflows/build-deploy.yml @@ -8,9 +8,6 @@ on: jobs: docker: runs-on: ubuntu-latest - container: - image: ghcr.io/catthehacker/ubuntu:full-22.04 - options: --privileged steps: - name: Checkout code