Added Manifest generation
Some checks failed
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline failed

This commit is contained in:
Stefan Hoffmann 2023-08-20 14:30:26 +02:00
parent 1ce75f03ca
commit f2027439c3
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -45,6 +45,12 @@ pipeline:
- cd gluon - cd gluon
- make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next - 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: list_images:
<<: *default <<: *default
commands: commands: