Fixed docker network (#6452)

This commit is contained in:
SamTV12345 2024-06-15 11:19:39 +02:00 committed by GitHub
parent bc1032a9d0
commit 3b414b5806
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
-
name: docker network
run: docker network create --subnet=172.23.42.0/16 ep_net
run: docker network create --subnet=172.23.0.0/16 ep_net
-
name: build docker image
run: |