Skip to content
This repository was archived by the owner on Aug 24, 2018. It is now read-only.

Commit 0422415

Browse files
authored
fix: onbuild build
1 parent 9569791 commit 0422415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VERSION=${2-$VERSION}
1515
DOCKERFILE="Dockerfile."${OS}
1616
if [[ ! -z "${ONBUILD}" ]]; then
1717
BASE_IMAGE_NAME="${ONBUILD_IMAGE_NAME}"
18-
DOCKERFILE+="${OS}.onbuild"
18+
DOCKERFILE+=".onbuild"
1919
fi
2020

2121
# Perform docker build but append the LABEL with GIT commit id at the end

0 commit comments

Comments
 (0)