Skip to content

Commit c6f60e9

Browse files
authored
tagging to latest complains that tag.from.name is required
1 parent 4836a29 commit c6f60e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/ods/services/OpenShiftService.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class OpenShiftService {
278278

279279
void setImageTag(String project, String name, String sourceTag, String destinationTag) {
280280
steps.sh(
281-
script: "oc -n ${project} tag ${name}:${sourceTag} ${name}:${destinationTag}",
281+
script: "oc -n ${project} tag ${project}/${name}:${sourceTag} ${project}/${name}:${destinationTag}",
282282
label: "Set tag ${destinationTag} on is/${name}"
283283
)
284284
}

0 commit comments

Comments
 (0)