Skip to content

Commit 77e2af3

Browse files
committed
starting github actions
Signed-off-by: Ryan Cook <rcook@redhat.com>
1 parent ccda11b commit 77e2af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-llama-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
podman save quay.io/redhat-et/llama-stack-operator:v1 -o llama-stack-operator.tar
4848
# load the tar file into kind
4949
kind load image-archive llama-stack-operator.tar --name llama-stack-cluster
50-
make deploy IMG=quay.io/redhat-et/llama-stack-operator:latest
50+
make deploy IMG=quay.io/redhat-et/llama-stack-operator:v1
5151
5252
- name: Wait until the llama-stack-operator and namespace is ready
5353
run: |

0 commit comments

Comments
 (0)