diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 656c392..8c859e8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: self-hosted container: image: docker:27.3.1 # official Docker CLI image with Docker installed - options: --privileged -v /var/run/docker.sock:/var/run/docker.sock + options: --privileged steps: - name: Checkout code uses: actions/checkout@v3