Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
ci: fixup refs syntax for git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed Jun 29, 2022
1 parent 7b158cd commit 8f2ac73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance_with_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
api-gateway-image: "consul-api-gateway:local-build"
consul-image: "hashicorp/consul:1.11"
envoy-image: "envoyproxy/envoy:v1.20-latest"
consul-k8s-version: refs/branches/charts/capigw-controller-clusterrole-referencegrants
consul-k8s-version: refs/remotes/origin/charts/capigw-controller-clusterrole-referencegrants
- name: "consul@v1.12 + consul-k8s@v0.45.0"
api-gateway-image: "consul-api-gateway:local-build"
consul-image: "hashicorp/consul:1.12"
envoy-image: "envoyproxy/envoy:v1.22-latest"
consul-k8s-version: refs/branches/charts/capigw-controller-clusterrole-referencegrants
consul-k8s-version: refs/remotes/origin/charts/capigw-controller-clusterrole-referencegrants
fail-fast: true
name: "${{ matrix.config.name }}"

Expand Down

0 comments on commit 8f2ac73

Please sign in to comment.