Fix docker manifest push

pull/436/head
Amir Zarrinkafsh 2019-11-07 19:04:46 +11:00 committed by Clément Michaud
parent 6380bd32d7
commit 23c093b9c6
1 changed files with 1 additions and 7 deletions

View File

@ -154,13 +154,7 @@ func deployManifest(docker *Docker, tag string, amd64tag string, arm32v7tag stri
fmt.Println("Docker manifest " + imageWithTag + " will be deployed on Dockerhub.")
fmt.Println("===================================================")
err := docker.Tag(DockerImageName, imageWithTag)
if err != nil {
panic(err)
}
err = docker.Manifest(imageWithTag, amd64tag, arm32v7tag, arm64v8tag)
err := docker.Manifest(imageWithTag, amd64tag, arm32v7tag, arm64v8tag)
if err != nil {
panic(err)