Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 1d8e6a9

Browse files
author
Simon Hofmann
committed
Fixed docker run
1 parent 0b293e6 commit 1d8e6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/prebuild/prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
image=opencv4nodejs-ci_$1
33
docker build -t $image -f ./Dockerfile --build-arg TAG=$1 ../../
4-
docker run $image -e GITHUB_TOKEN=$GITHUB_TOKEN
4+
docker run -e GITHUB_TOKEN=$GITHUB_TOKEN $image

0 commit comments

Comments
 (0)