File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ before_script:
31
31
32
32
script :
33
33
- docker build -t ${IMAGE}:${TAG}-${TRAVIS_ARCH} -f ${DOCKERFILE} .
34
+ - docker build -t quay.io/konveyor/oadp-must-gather:${TAG}-${TRAVIS_ARCH} -f must-gather/Dockerfile must-gather/
34
35
- if [ -n "${QUAY_ROBOT}" ]; then docker login quay.io -u "${QUAY_ROBOT}" -p ${QUAY_TOKEN}; fi
35
36
- if [ -n "${QUAY_ROBOT}" ]; then docker push ${IMAGE}:${TAG}-${TRAVIS_ARCH}; fi
37
+ - if [ -n "${QUAY_ROBOT}" ]; then docker push quay.io/konveyor/oadp-must-gather:${TAG}-${TRAVIS_ARCH}; fi
36
38
37
39
jobs :
38
40
include :
57
59
${IMAGE}:${TAG}-ppc64le \
58
60
${IMAGE}:${TAG}-s390x \
59
61
${IMAGE}:${TAG}-aarch64
62
+ docker manifest create \
63
+ quay.io/konveyor/oadp-must-gather:${TAG} \
64
+ quay.io/konveyor/oadp-must-gather:${TAG}-amd64 \
65
+ quay.io/konveyor/oadp-must-gather:${TAG}-ppc64le \
66
+ quay.io/konveyor/oadp-must-gather:${TAG}-s390x \
67
+ quay.io/konveyor/oadp-must-gather:${TAG}-aarch64
60
68
docker manifest push ${IMAGE}:${TAG}
69
+ docker manifest push quay.io/konveyor/oadp-must-gather:${TAG}
61
70
fi
You can’t perform that action at this time.
0 commit comments