Added Manifest generation
This commit is contained in:
parent
1ce75f03ca
commit
f2027439c3
@ -45,6 +45,12 @@ pipeline:
|
||||
- cd gluon
|
||||
- make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
|
||||
|
||||
manifest:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make manifest GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
|
||||
|
||||
list_images:
|
||||
<<: *default
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user