stages: org.osbuild.container-deploy
This commit is contained in:
parent
ad8fd2f532
commit
fdc5bf3b98
2 changed files with 72 additions and 1 deletions
|
|
@ -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", {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue