[artifacts/container-image] Fix image tag when triggering update (#149449)

Instead of passing the entire qualified tag when triggering an update,
this sets the image tag to the abbreviated commit.
This commit is contained in:
Jon 2023-01-24 16:25:46 -06:00 committed by GitHub
parent ed51f0f1ef
commit 4fa3cdcac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ steps:
env:
MODE: sed
TARGET_FILE: kibana-controller.yaml
IMAGE_TAG: "$KIBANA_IMAGE"
IMAGE_TAG: "$GIT_ABBREV_COMMIT"
SERVICE: kibana-controller
EOF