We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccda11b commit 77e2af3Copy full SHA for 77e2af3
1 file changed
.github/workflows/deploy-llama-stack.yml
@@ -47,7 +47,7 @@ jobs:
47
podman save quay.io/redhat-et/llama-stack-operator:v1 -o llama-stack-operator.tar
48
# load the tar file into kind
49
kind load image-archive llama-stack-operator.tar --name llama-stack-cluster
50
- make deploy IMG=quay.io/redhat-et/llama-stack-operator:latest
+ make deploy IMG=quay.io/redhat-et/llama-stack-operator:v1
51
52
- name: Wait until the llama-stack-operator and namespace is ready
53
run: |
0 commit comments