We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cca62 commit 7c350fcCopy full SHA for 7c350fc
test-build.sh
@@ -40,7 +40,7 @@ function build() {
40
41
info "Building ${full_tag}..."
42
43
- if ! docker build --cpuset-cpus="0,1" -t node:"${full_tag}" "${path}"; then
+ if ! docker build --cpuset-cpus="0,1" --build-arg GITHUB_API_TOKEN="${GITHUB_API_TOKEN:-}" -t node:"${full_tag}" "${path}"; then
44
fatal "Build of ${full_tag} failed!"
45
fi
46
info "Build of ${full_tag} succeeded."
0 commit comments