Skip to content

Commit 1e27116

Browse files
committed
test to correct container build
1 parent ba61f32 commit 1e27116

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/docker/build-push-container

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ if [ "$debug" = true ]; then
114114
fi
115115

116116
docker buildx build \
117+
--network=host \
117118
--platform "linux/$platform_shorthand" \
118119
--file "$dockerfile_path" \
119120
$(for tag in "${container_tags[@]}"; do echo -n " -t $tag "; done) \

0 commit comments

Comments
 (0)