Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create kind docker network
Browse files Browse the repository at this point in the history
SaaldjorMike committed Aug 6, 2024
1 parent 4d9f848 commit 521db76
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
@@ -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:
@@ -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
@@ -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 || true
- name: Login to DockerHub
uses: docker/login-action@v3
with:
@@ -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 521db76

Please sign in to comment.