mirror of
https://github.com/mudler/luet.git
synced 2025-08-31 23:02:16 +00:00
Add --push-final-images, --push-final-images-repository and --push-final-images-force to luet build. --push-final-images enables pushing final artifact during build. Each package built will be packed and pushed to the final repository specified with --push-final-images-repository. By default if no final-repository is specified and pushing final images is enabled will default to the cache repository. --push-final-images-force allows to force-push final images even if there are already available on the specified registry