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 @@ -398,11 +398,11 @@ pipeline {
398
398
sh " docker manifest push --purge ${ IMAGE} :latest || :"
399
399
sh " docker manifest create ${ IMAGE} :latest ${ IMAGE} :amd64-latest ${ IMAGE} :arm32v6-latest ${ IMAGE} :arm64v8-latest"
400
400
sh " docker manifest annotate ${ IMAGE} :latest ${ IMAGE} :arm32v6-latest --os linux --arch arm"
401
- sh " docker manifest annotate ${ IMAGE} :latest ${ IMAGE} :arm64v8-latest --os linux --arch arm64 --variant armv8 "
401
+ sh " docker manifest annotate ${ IMAGE} :latest ${ IMAGE} :arm64v8-latest --os linux --arch arm64 --variant v8 "
402
402
sh " docker manifest push --purge ${ IMAGE} :${ EXT_RELEASE} -ls${ LS_TAG_NUMBER} || :"
403
403
sh " docker manifest create ${ IMAGE} :${ META_TAG} ${ IMAGE} :amd64-${ META_TAG} ${ IMAGE} :arm32v6-${ META_TAG} ${ IMAGE} :arm64v8-${ META_TAG} "
404
404
sh " docker manifest annotate ${ IMAGE} :${ META_TAG} ${ IMAGE} :arm32v6-${ META_TAG} --os linux --arch arm"
405
- sh " docker manifest annotate ${ IMAGE} :${ META_TAG} ${ IMAGE} :arm64v8-${ META_TAG} --os linux --arch arm64 --variant armv8 "
405
+ sh " docker manifest annotate ${ IMAGE} :${ META_TAG} ${ IMAGE} :arm64v8-${ META_TAG} --os linux --arch arm64 --variant v8 "
406
406
sh " docker manifest push --purge ${ IMAGE} :latest"
407
407
sh " docker manifest push --purge ${ IMAGE} :${ META_TAG} "
408
408
}
@@ -457,7 +457,7 @@ pipeline {
457
457
-e DOCKERHUB_USERNAME=$DOCKERUSER \
458
458
-e DOCKERHUB_PASSWORD=$DOCKERPASS \
459
459
-e GIT_REPOSITORY=${LS_USER}/${LS_REPO} \
460
- -e DOCKER_REPOSITORY=${DOCKERHUB_IMAGE } \
460
+ -e DOCKER_REPOSITORY=${IMAGE } \
461
461
-e GIT_BRANCH=master \
462
462
lsiodev/readme-sync bash -c 'node sync' '''
463
463
}
You can’t perform that action at this time.
0 commit comments