Skip to content

Commit

Permalink
kubernetes - test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 25, 2024
1 parent daf2daa commit 8ca537a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
push:
branches:
- master
- example/kubernetes # FIXME remove

jobs:
push_to_registry:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
exit 1
fi
docker build .devops/server.distroless.Dockerfile -t $KIND_REGISTRY/server-distroless-llama.cpp:${{ env.COMMIT_SHA }}
docker build . -f .devops/server.distroless.Dockerfile -t $KIND_REGISTRY/server-distroless-llama.cpp:${{ env.COMMIT_SHA }}
docker push $KIND_REGISTRY/server-distroless-llama.cpp:${{ env.COMMIT_SHA }}
- name: Deploy prometheus
Expand Down

0 comments on commit 8ca537a

Please sign in to comment.