-a "${CI_PROJECT_DIR}/artifacts/images/${MACHINE}/$(readlink "${CI_PROJECT_DIR}/artifacts/images/${MACHINE}/${CI_ONIRO_RAUC_BUNDLE_NAME}-${MACHINE}.raucb")"
rules:
# Publishing is done only for scheduled builds
-if:'$CI_PIPELINE_SOURCE=="schedule"'
# Run the job when a tag is placed.
-if:'$CI_COMMIT_TAG'
# For merge requests, the publishing is optional and can be triggered manually.