mirror of https://github.com/harness/drone.git
parent
d52a142cdb
commit
ecce56f483
|
@ -219,8 +219,7 @@ func GetClientSetupDetails(
|
|||
header3 := "Retag and Push the image"
|
||||
section3step1Header := "Run this Docker command in your terminal to tag the image."
|
||||
section3step1Commands := []string{
|
||||
"docker tag <HOSTNAME>/<REPOSITORY_REFERENCE>/<IMAGE_NAME>" +
|
||||
" <HOSTNAME>/<REPOSITORY_REFERENCE>/<IMAGE_NAME>:<TAG>",
|
||||
"docker tag <IMAGE_NAME>:<TAG> <HOSTNAME>/<REPOSITORY_REFERENCE>/<IMAGE_NAME>:<TAG>",
|
||||
}
|
||||
section3step1Type := artifact.ClientSetupStepTypeStatic
|
||||
section3step2Header := "Run this Docker command in your terminal to push the image."
|
||||
|
@ -246,14 +245,14 @@ func GetClientSetupDetails(
|
|||
Header: &header1,
|
||||
Steps: §ion1,
|
||||
},
|
||||
{
|
||||
Header: &header2,
|
||||
Steps: §ion2,
|
||||
},
|
||||
{
|
||||
Header: &header3,
|
||||
Steps: §ion3,
|
||||
},
|
||||
{
|
||||
Header: &header2,
|
||||
Steps: §ion2,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue