diff --git a/kaniko/entry_point.sh b/kaniko/entry_point.sh index d71d910..3475144 100755 --- a/kaniko/entry_point.sh +++ b/kaniko/entry_point.sh @@ -2,7 +2,7 @@ # Force a symlink to circumvent: # https://github.com/GoogleContainerTools/kaniko/issues/960#issuecomment-573160390 -ln -sf /kaniko /kaniko-dist +ln -sf /kaniko-dist /kaniko if [ -z "$BUILD_IMAGE_NO_MESSAGE" ]; then echo "You are using a GitLab CI build-image with kaniko and crane"