Skip to content

Commit eff63b8

Browse files
committed
Use the right image for building
1 parent bb77a4f commit eff63b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-in-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ uid="$(id -u)"
3636
# run build
3737
docker run -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
3838
"${DOCKER_OPTS[@]}" -v "$(readlink -f ..):/ws" \
39-
"$image" \
39+
"$image:$branch" \
4040
bash ci/build.sh
4141

0 commit comments

Comments
 (0)