[ci] Fix cache trigger for package registry (#205304)

Same bug as https://github.com/elastic/kibana/pull/199644. This
implementation PR was stale and I didn't bring the fix over.
This commit is contained in:
Jon 2024-12-30 17:03:51 -06:00 committed by GitHub
parent 2735ac184a
commit 20c3247dea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,8 @@ steps:
async: true
build:
env:
IMAGES_CONFIG="kibana/images.yml"
RETRY="1"
IMAGES_CONFIG: "kibana/images.yml"
RETRY: "1"
EOF
else
echo "Skipping promotion for untracked branch $BUILDKITE_BRANCH"