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 ba61f32 commit 1e27116Copy full SHA for 1e27116
1 file changed
scripts/docker/build-push-container
@@ -114,6 +114,7 @@ if [ "$debug" = true ]; then
114
fi
115
116
docker buildx build \
117
+ --network=host \
118
--platform "linux/$platform_shorthand" \
119
--file "$dockerfile_path" \
120
$(for tag in "${container_tags[@]}"; do echo -n " -t $tag "; done) \
0 commit comments