stages: org.osbuild.container-deploy

This commit is contained in:
Ondřej Budai 2023-12-08 13:59:49 +01:00 committed by Brian C. Lane
parent ad8fd2f532
commit fdc5bf3b98
2 changed files with 72 additions and 1 deletions

View file

@ -1602,7 +1602,7 @@ class ManifestFileV2(ManifestFile):
def _process_container(self, stage):
if stage.get("type", "") not in \
["org.osbuild.skopeo", "org.osbuild.ostree.deploy.container"]:
["org.osbuild.skopeo", "org.osbuild.ostree.deploy.container", "org.osbuild.container-deploy"]:
return
inputs = element_enter(stage, "inputs", {})