Skip to content

Commit

Permalink
Upgrade provision-cluster to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Lane <[email protected]>
  • Loading branch information
rick-a-lane-ii committed Apr 3, 2024
1 parent fff99fe commit de2b761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
id: kubectl
- name: Provision Kubeception cluster
id: kluster
uses: datawire/infra-actions/[email protected].6
uses: datawire/infra-actions/[email protected].8
with:
distribution: Kubeception
version: 1.26
kubeconfig: ${{ env.KUBECONFIG }}
kubeceptionToken: ${{ secrets.DEV_AMBASSADOR_AGENT_KUBECEPTION_TOKEN }}
gkeCredentials: '{"project_id": "foo"}' # See https://github.com/datawire/infra-actions/issues/66
- name: Add a private image registry to the cluster
run: make private-registry
- name: Build image
Expand Down

0 comments on commit de2b761

Please sign in to comment.