Update Jenkinsfile
Some checks failed
gitea-sync/ci-image/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2024-03-09 22:33:30 +01:00
parent 695d55f93e
commit 92d734bbe6

4
Jenkinsfile vendored
View File

@ -33,8 +33,8 @@ pipeline{
--platform $arch \ --platform $arch \
--output "type=docker,push=false,name=xsangle/ci-tools:latest-$arch_name" \ --output "type=docker,push=false,name=xsangle/ci-tools:latest-$arch_name" \
. .
docker tag xsangle/ci-tools:latest-$arch_name workstation:5000/xsangle/ci-tools:latest-$arch_name # docker tag xsangle/ci-tools:latest-$arch_name workstation:5000/xsangle/ci-tools:latest-$arch_name
docker push workstation:5000/xsangle/ci-tools:latest-$arch_name # docker push workstation:5000/xsangle/ci-tools:latest-$arch_name
done done
''' '''
} }