Skip to content

Commit

Permalink
Create kind docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Aug 6, 2024
1 parent 4d9f848 commit c082fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -55,3 +56,4 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true
2 changes: 2 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker network create -d=bridge --subnet=172.19.0.0/24 kind
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -73,3 +74,4 @@ jobs:
sudo systemctl stop docker
sudo rm -rf /var/lib/docker
sudo systemctl start docker
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true

0 comments on commit c082fd5

Please sign in to comment.