try this
Gitea/homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-22 21:00:20 +01:00
parent c6eb78ec18
commit bd2f85a09f
Vendored
+1 -2
View File
@@ -1,8 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'docker' // Use an image with Node.js and Docker installed image 'bitnami/kaniko'
args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket
} }
} }