specify docker tool
Gitea/homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-22 20:21:22 +01:00
parent 64aa51793d
commit 24b9e62522
Vendored
+4
View File
@@ -1,6 +1,10 @@
pipeline {
agent any
tools {
docker 'latest'
}
environment {
REGISTRY = "docker-registry.service.consul"
IMAGE_NAME = "efstajas/homepage"