Skip to content

Commit

Permalink
start kind after building image
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 5, 2023
1 parent c467dd8 commit 7956dec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
version: "v1.22.17"

- name: Build docker image
run: |
docker build -t banzai:test-latest .
- name: Start a Kind cluster
uses: helm/[email protected]
with:
Expand All @@ -25,10 +29,6 @@ jobs:
node_image: kindest/node:v1.22.17@sha256:9af784f45a584f6b28bce2af84c494d947a05bd709151466489008f80a9ce9d5
wait: "600s"

- name: Build docker image
run: |
docker build -t banzai:test-latest .
- name: Copy docker image to nodes
run: |
kind load docker-image banzai:test-latest
Expand Down

0 comments on commit 7956dec

Please sign in to comment.