Skip to content

Commit

Permalink
fiddle with default name
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent 9086e19 commit 26869e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
cluster_name: parsl-k8s
# kind tooling uses this name by default, but kind-action uses
# a different default name
cluster_name: kind

- name: Build docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 26869e6

Please sign in to comment.