File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ push_image() {
32
32
33
33
for arch in amd64 arm64; do \
34
34
echo " Pushing ${image} -linux:${IMAGE_TAG} -$arch "
35
- docker tag {image}:${IMAGE_TAG} -$arch {image}-linux:${IMAGE_TAG} -$arch
35
+ docker tag $ {image} :${IMAGE_TAG} -$arch $ {image} -linux:${IMAGE_TAG} -$arch
36
36
docker push ${image} -linux:${IMAGE_TAG} -$arch
37
37
done ;
38
38
39
- # docker manifest create ${image}:${IMAGE_TAG} --amend ${image}:${IMAGE_TAG}-amd64 --amend ${image}:${IMAGE_TAG}-arm64
40
- # docker manifest push ${image}:${IMAGE_TAG}
39
+ docker manifest create ${image} :${IMAGE_TAG} --amend ${image} :${IMAGE_TAG} -amd64 --amend ${image} :${IMAGE_TAG} -arm64
40
+ docker manifest push ${image} :${IMAGE_TAG}
41
41
42
42
43
43
if [ -n " ${NO_QUAY} " ]; then
@@ -53,8 +53,8 @@ push_image() {
53
53
docker push ${docker_hub_image} -linux:${IMAGE_TAG} -$arch
54
54
done ;
55
55
56
- # docker manifest create ${docker_hub_image}:${IMAGE_TAG} --amend ${docker_hub_image}-linux:${IMAGE_TAG}-amd64 --amend ${docker_hub_image}-linux:${IMAGE_TAG}-arm64
57
- # docker manifest push ${docker_hub_image}:${IMAGE_TAG}
56
+ docker manifest create ${docker_hub_image} :${IMAGE_TAG} --amend ${docker_hub_image} -linux:${IMAGE_TAG} -amd64 --amend ${docker_hub_image} -linux:${IMAGE_TAG} -arm64
57
+ docker manifest push ${docker_hub_image} :${IMAGE_TAG}
58
58
}
59
59
60
60
for image in ${IMAGES} ; do
You can’t perform that action at this time.
0 commit comments