File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -415,11 +415,11 @@ pipeline {
415
415
sh " docker manifest push --purge ${ IMAGE} :latest || :"
416
416
sh " docker manifest create ${ IMAGE} :latest ${ IMAGE} :amd64-latest ${ IMAGE} :arm32v6-latest ${ IMAGE} :arm64v8-latest"
417
417
sh " docker manifest annotate ${ IMAGE} :latest ${ IMAGE} :arm32v6-latest --os linux --arch arm"
418
- sh " docker manifest annotate ${ IMAGE} :latest ${ IMAGE} :arm64v8-latest --os linux --arch arm64 --variant armv8 "
418
+ sh " docker manifest annotate ${ IMAGE} :latest ${ IMAGE} :arm64v8-latest --os linux --arch arm64 --variant v8 "
419
419
sh " docker manifest push --purge ${ IMAGE} :${ EXT_RELEASE} -ls${ LS_TAG_NUMBER} || :"
420
420
sh " docker manifest create ${ IMAGE} :${ META_TAG} ${ IMAGE} :amd64-${ META_TAG} ${ IMAGE} :arm32v6-${ META_TAG} ${ IMAGE} :arm64v8-${ META_TAG} "
421
421
sh " docker manifest annotate ${ IMAGE} :${ META_TAG} ${ IMAGE} :arm32v6-${ META_TAG} --os linux --arch arm"
422
- sh " docker manifest annotate ${ IMAGE} :${ META_TAG} ${ IMAGE} :arm64v8-${ META_TAG} --os linux --arch arm64 --variant armv8 "
422
+ sh " docker manifest annotate ${ IMAGE} :${ META_TAG} ${ IMAGE} :arm64v8-${ META_TAG} --os linux --arch arm64 --variant v8 "
423
423
sh " docker manifest push --purge ${ IMAGE} :latest"
424
424
sh " docker manifest push --purge ${ IMAGE} :${ META_TAG} "
425
425
}
@@ -474,7 +474,7 @@ pipeline {
474
474
-e DOCKERHUB_USERNAME=$DOCKERUSER \
475
475
-e DOCKERHUB_PASSWORD=$DOCKERPASS \
476
476
-e GIT_REPOSITORY=${LS_USER}/${LS_REPO} \
477
- -e DOCKER_REPOSITORY=${DOCKERHUB_IMAGE } \
477
+ -e DOCKER_REPOSITORY=${IMAGE } \
478
478
-e GIT_BRANCH=master \
479
479
lsiodev/readme-sync bash -c 'node sync' '''
480
480
}
You can’t perform that action at this time.
0 commit comments