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 {
agent {
docker {
image 'docker' // Use an image with Node.js and Docker installed
args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket
image 'bitnami/kaniko'
}
}