rename
This commit is contained in:
parent
6301e5faa7
commit
ccf10748cd
6 changed files with 2 additions and 2 deletions
|
@ -112,4 +112,4 @@ jitsi-image-test-publish:
|
||||||
<<: *tag_only
|
<<: *tag_only
|
||||||
stage: image
|
stage: image
|
||||||
script:
|
script:
|
||||||
- cd infrastructure/docker-jitsi-web && pyb image test publish
|
- cd infrastructure/app && pyb image publish
|
||||||
|
|
|
@ -26,7 +26,7 @@ def initialize(project):
|
||||||
"image_tag": f"{image_tag}",
|
"image_tag": f"{image_tag}",
|
||||||
}
|
}
|
||||||
|
|
||||||
project.build_depends_on("ddadevops>=4.0.0")
|
project.build_depends_on("ddadevops>=4.7.0")
|
||||||
|
|
||||||
build = DevopsImageBuild(project, input)
|
build = DevopsImageBuild(project, input)
|
||||||
build.initialize_build_dir()
|
build.initialize_build_dir()
|
Loading…
Reference in a new issue