Update 'Jenkinsfile'
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good
This commit is contained in:
parent
467139c273
commit
c376cb82e8
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -31,10 +31,10 @@ pipeline{
|
|||||||
arch_name="${arch////-}"
|
arch_name="${arch////-}"
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--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:bionic-$arch_name" \
|
||||||
.
|
.
|
||||||
docker tag xsangle/ci-tools:latest-$arch_name workstation:5000/xsangle/ci-tools:latest-$arch_name
|
# docker tag xsangle/ci-tools:bionic-$arch_name workstation:5000/xsangle/ci-tools:bionic-$arch_name
|
||||||
docker push workstation:5000/xsangle/ci-tools:latest-$arch_name
|
# docker push workstation:5000/xsangle/ci-tools:bionic-$arch_name
|
||||||
done
|
done
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user