File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- .ci/scripts/run-gradle.sh buildCloudDockerImage
5+ .ci/scripts/run-gradle.sh buildCloudEssDockerImage
66
77ES_VERSION=$( grep ' elasticsearch' build-tools-internal/version.properties | awk ' {print $3}' )
8- DOCKER_TAG=" docker.elastic.co/elasticsearch-ci/elasticsearch-cloud:${ES_VERSION} -${BUILDKITE_COMMIT: 0: 7} "
9- docker tag elasticsearch-cloud:test " $DOCKER_TAG "
8+ DOCKER_TAG=" docker.elastic.co/elasticsearch-ci/elasticsearch-cloud-ess :${ES_VERSION} -${BUILDKITE_COMMIT: 0: 7} "
9+ docker tag elasticsearch-cloud-ess :test " $DOCKER_TAG "
1010
1111echo " $DOCKER_REGISTRY_PASSWORD " | docker login -u " $DOCKER_REGISTRY_USERNAME " --password-stdin docker.elastic.co
1212unset DOCKER_REGISTRY_USERNAME DOCKER_REGISTRY_PASSWORD
You can’t perform that action at this time.
0 commit comments