Skip to content
Snippets Groups Projects
Unverified Commit c84787b9 authored by Mikaël Barbero's avatar Mikaël Barbero :dagger: Committed by GitHub
Browse files

Fix PR initial build

parent 0481a4ac
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ pipeline {
}
steps {
sh '''
docker build --pull --build-arg NGINX_IMAGE_TAG="${BASE_NGINX_IMAGE_TAG}" --build-arg HUGO_VERSION="${hugo_version}" --build-arg NODE_VERSION="${node_version}" -t ${IMAGE_NAME}:${TAG_NAME} -t ${IMAGE_NAME}:latest .
docker build --pull --build-arg NGINX_IMAGE_TAG="${BASE_NGINX_IMAGE_TAG}" --build-arg HUGO_VERSION="'''+params.hugo_version+'''" --build-arg NODE_VERSION="'''+params.node_version+'''" -t ${IMAGE_NAME}:${TAG_NAME} -t ${IMAGE_NAME}:latest .
'''
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment