Change path.
This commit is contained in:
parent
60c5dd023e
commit
863312cda4
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ task pushArchContainer(type: Exec) {
|
||||||
commandLine 'podman', 'push', '--tls-verify=false', \
|
commandLine 'podman', 'push', '--tls-verify=false', \
|
||||||
"localhost/${project.name}:${project.version}", \
|
"localhost/${project.name}:${project.version}", \
|
||||||
"${project.rootProject.properties['docker.registry']}" \
|
"${project.rootProject.properties['docker.registry']}" \
|
||||||
+ "/${project.name}-arch:${project.version}"
|
+ "/VM-operator/${project.name}-arch:${project.version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
task pushArchContainerAsLatest(type: Exec) {
|
task pushArchContainerAsLatest(type: Exec) {
|
||||||
|
|
@ -67,7 +67,7 @@ task pushArchContainerAsLatest(type: Exec) {
|
||||||
commandLine 'podman', 'push', '--tls-verify=false', \
|
commandLine 'podman', 'push', '--tls-verify=false', \
|
||||||
"localhost/${project.name}:${project.version}", \
|
"localhost/${project.name}:${project.version}", \
|
||||||
"${project.rootProject.properties['docker.registry']}" \
|
"${project.rootProject.properties['docker.registry']}" \
|
||||||
+ "/${project.name}-arch:latest"
|
+ "/VM-Operator/${project.name}-arch:latest"
|
||||||
}
|
}
|
||||||
|
|
||||||
task pushContainer {
|
task pushContainer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue