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 @@ -389,9 +389,9 @@ pipeline {
389
389
docker tag lsiodev/buildcache:arm32v6-${COMMIT_SHA}-${BUILD_NUMBER} ${IMAGE}:arm32v6-${META_TAG}
390
390
docker tag lsiodev/buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} ${IMAGE}:arm64v8-${META_TAG}
391
391
fi'''
392
- sh " docker tag ${ IMAGE} :amd64-${ META_TAG} ${ DOCKERHUB_IMAGE } :amd64-latest"
393
- sh " docker tag ${ IMAGE} :arm32v6-${ META_TAG} ${ DOCKERHUB_IMAGE } :arm32v6-latest"
394
- sh " docker tag ${ IMAGE} :arm64v8-${ META_TAG} ${ DOCKERHUB_IMAGE } :arm64v8-latest"
392
+ sh " docker tag ${ IMAGE} :amd64-${ META_TAG} ${ IMAGE } :amd64-latest"
393
+ sh " docker tag ${ IMAGE} :arm32v6-${ META_TAG} ${ IMAGE } :arm32v6-latest"
394
+ sh " docker tag ${ IMAGE} :arm64v8-${ META_TAG} ${ IMAGE } :arm64v8-latest"
395
395
sh " docker push ${ IMAGE} :amd64-${ META_TAG} "
396
396
sh " docker push ${ IMAGE} :arm32v6-${ META_TAG} "
397
397
sh " docker push ${ IMAGE} :arm64v8-${ META_TAG} "
You can’t perform that action at this time.
0 commit comments