Skip to content

Commit cb08f8b

Browse files
ci: fix commit env var for image verification (#11705)
1 parent 3182df5 commit cb08f8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.agentless-app-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ steps:
5757

5858
- label: ":docker: Validate docker image is built for all architectures"
5959
command: ".buildkite/scripts/steps/validate-agentless-docker-image.sh"
60+
env:
61+
SERVICE_VERSION: "${VERSION}"
6062
agents:
6163
image: "docker.elastic.co/ci-agent-images/observability/oci-image-tools-agent:latest@sha256:a4ababd1347111759babc05c9ad5a680f4af48892784951358488b7e7fc94af9"
6264
plugins:

0 commit comments

Comments
 (0)