Skip to content

Commit

Permalink
build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Nov 29, 2023
1 parent bbf10bc commit d99fe24
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 @@ -11,19 +11,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install kubectl
uses: azure/setup-kubectl@v3
with:
version: "v1.22.17"

- name: Start a Kind cluster
uses: helm/[email protected]
with:
version: "v0.19.0"
node_image: kindest/node:v1.22.17@sha256:9af784f45a584f6b28bce2af84c494d947a05bd709151466489008f80a9ce9d5
wait: "600s"

- name: Test
- name: Build docker image
run: |
kubectl cluster-info
docker build -t banzai .

0 comments on commit d99fe24

Please sign in to comment.