[AH-312]: Header fixes (#2582)

* [AH-312]: Header fixes
pull/3545/head
Arvind Choudhary 2024-08-26 05:03:48 +00:00 committed by Harness
parent d52a142cdb
commit ecce56f483
1 changed files with 5 additions and 6 deletions

View File

@ -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: &section1,
},
{
Header: &header2,
Steps: &section2,
},
{
Header: &header3,
Steps: &section3,
},
{
Header: &header2,
Steps: &section2,
},
},
}