pull/1/head
Michael Jerger 9 months ago
parent 6301e5faa7
commit ccf10748cd

@ -112,4 +112,4 @@ jitsi-image-test-publish:
<<: *tag_only
stage: image
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}",
}
project.build_depends_on("ddadevops>=4.0.0")
project.build_depends_on("ddadevops>=4.7.0")
build = DevopsImageBuild(project, input)
build.initialize_build_dir()
Loading…
Cancel
Save