File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -59,19 +59,3 @@ matrix:
5959 - os : linux
6060 arch : arm64
6161 env : DOCKERFILE=Dockerfile.arm32v7 IMAGE=arm ARCH=arm32v7
62- - if : type = push AND (branch = master OR tag IS present)
63- stage : " Docker Manifest"
64- addons :
65- apt :
66- packages :
67- - docker-ce
68- install :
69- before_script :
70- script :
71- - export DOCKER_CLI_EXPERIMENTAL=enabled
72- - echo "$DOCKER_PASS_QUAY" | docker login -u "$DOCKER_USER_QUAY" --password-stdin quay.io;
73- - docker pull quay.io/codait/max-base:powerai-ppc64le-"$VERSION";
74- - docker pull quay.io/codait/max-base:powerai-x86_64-"$VERSION";
75- - docker manifest create quay.io/codait/max-base:powerai-"$VERSION" quay.io/codait/max-base:powerai-ppc64le-"$VERSION" quay.io/codait/max-base:powerai-x86_64-"$VERSION";
76- - docker manifest push quay.io/codait/max-base:powerai-"$VERSION";
77- after_success :
You can’t perform that action at this time.
0 commit comments