Skip to content

Commit b9dc476

Browse files
Merge pull request #27561 from Honny1/fix-validatepr
Add --network=host to validatepr container for GitHub access
2 parents 3dc94c8 + 28b1258 commit b9dc476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ validatepr: ## Go Format and lint, which all code changes must pass
335335
$(PODMANCMD) run --rm \
336336
-v $(CURDIR):/go/src/github.com/containers/podman \
337337
--security-opt label=disable \
338+
--network=host \
338339
-it \
339340
-w /go/src/github.com/containers/podman \
340341
quay.io/libpod/validatepr:latest \

0 commit comments

Comments
 (0)