Skip to content

Commit f08f09e

Browse files
committed
tc
1 parent 3ac33f1 commit f08f09e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/docker/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77

88
set -exu
99

10-
IMAGE_NAME="$1"
10+
FULL_IMAGE_NAME="$1"
1111
shift
1212

13+
IMAGE_NAME=$(echo "${FULL_IMAGE_NAME}" | sed 's/ci-image://')
14+
1315
echo "Building ${IMAGE_NAME} Docker image"
1416

1517
OS=ubuntu

0 commit comments

Comments
 (0)