Commit 16e61a8f authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent b2c73b56
Pipeline #37547 failed with stages
in 25 minutes and 23 seconds
......@@ -13,7 +13,8 @@ before_script:
.build-image:
stage: build
script:
- docker build --pull -t "$TARGET_IMAGE" \
- |
docker build --pull -t "$TARGET_IMAGE" \
--build-arg BASE_IMAGE_TAG="$BASE_IMAGE_TAG" \
--build-arg PREMAKE_VERSION="$PREMAKE_VERSION" \
--build-arg LIBEVENT_VERSION="$LIBEVENT_VERSION" .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment