Skip to content

Commit

Permalink
Update preview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras authored Aug 8, 2024
1 parent 2042738 commit bf89fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true
docker network create -d=bridge --subnet=172.30.0.0/16 kind || true
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
sudo systemctl stop docker
sudo rm -rf /var/lib/docker
sudo systemctl start docker
docker network create -d=bridge --subnet=172.30.0.0/16 kind || true
docker network create -d=bridge --subnet=172.30.0.0/16 kind || true

0 comments on commit bf89fce

Please sign in to comment.