mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
ed51f0f1ef
commit
4fa3cdcac6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue