diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ab57509..a6e4e79 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: self-hosted container: image: catthehacker/ubuntu:act-latest - options: --privileged -v /var/run/docker.sock:/var/run/docker.sock + options: --privileged steps: - name: Clone or update code run: |