diff --git a/Jenkinsfile b/Jenkinsfile index cb4a4e9..6d15d5a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline{ cp /var/jenkins_home/workspace/nightly-antosaio/build/* antos -rf tree antos docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - for dir in antos/* ; do + for dir in antos/frontend/* ; do tag=$(basename $dir) echo "BUILD TAG $tag" docker buildx build \