diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a46c5d18d..d021dd0af7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -225,6 +225,9 @@ jobs: ) show_changes_env=( # Nothing to add. + "SCRIPTS_REPO=scripts" + "COREOS_OVERLAY_REPO=coreos-overlay" + "PORTAGE_STABLE_REPO=portage-stable" ) show_changes_params_overrides=( # We may not have a tag handy, so we tell show-changes diff --git a/ci-automation/image_changes.sh b/ci-automation/image_changes.sh index 16d271b7ca..82d9857c7e 100644 --- a/ci-automation/image_changes.sh +++ b/ci-automation/image_changes.sh @@ -63,6 +63,9 @@ function image_changes() ( show_changes_env=( # Provide a python3 command for the CVE DB parsing "PATH=${PATH}:${PWD}/ci-automation/python-bin" + "SCRIPTS_REPO=scripts" + "COREOS_OVERLAY_REPO=coreos-overlay" + "PORTAGE_STABLE_REPO=portage-stable" ) show_changes_params_overrides=( # Nothing to override.