From fa0823f0faffbe0897552f3dc5e9a85d1027a51e Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Fri, 17 Mar 2023 11:30:35 +0100 Subject: [PATCH] Enabled Priveleged mode --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 87d7c74..6c1c1ad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,7 @@ workspace: pipeline: build: image: docker:23-cli + privileged: true commands: - docker buildx build -t dev.cat-enby.club/nikurasu/static-hoster:latest -t dev.cat-enby.club/nikurasu/static-hoster:v$CI_COMMIT_TAG -f dev/docker/images/production/Dockerfile .