We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e2eef commit 4c52882Copy full SHA for 4c52882
.github/workflows/checks.yml
@@ -231,7 +231,7 @@ jobs:
231
devbox run -- \
232
kind load docker-image \
233
--name "${KIND_CLUSTER_NAME}" \
234
- "ko.local/cluster-api-runtime-extensions-nutanix:$(devbox run -- gojq -r .version dist/metadata.json)" \
+ "ko.local/cluster-api-runtime-extensions-nutanix:$(devbox run -- gojq -r .version dist/metadata.json)-$(devbox run -- go env GOARCH)" \
235
"ghcr.io/nutanix-cloud-native/caren-helm-reg:$(devbox run -- gojq -r .version dist/metadata.json)-$(devbox run -- go env GOARCH)"
236
237
- if: steps.list-changed.outputs.changed == 'true'
0 commit comments