We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb77a4f commit eff63b8Copy full SHA for eff63b8
ci/build-in-docker.sh
@@ -36,6 +36,6 @@ uid="$(id -u)"
36
# run build
37
docker run -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
38
"${DOCKER_OPTS[@]}" -v "$(readlink -f ..):/ws" \
39
- "$image" \
+ "$image:$branch" \
40
bash ci/build.sh
41
0 commit comments