From 9ec36fecaaec403007f68d507e5db0fc604d5baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Tue, 26 Mar 2024 16:50:34 +0100 Subject: [PATCH] Try a fix permissions script to access Docker daemon socket --- .gitea/workflows/build-and-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index c7e1293..3585b7c 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -6,6 +6,7 @@ jobs: runs-on: ubuntu-latest container: catthehacker/ubuntu:runner-22.04 steps: + - uses: https://github.com/imlonghao/gitea-runner-docker-permission-fix@main - name: Check out repository code uses: actions/checkout@v3 - name: Build Docker image