Skip to content

Commit 9a099be

Browse files
committed
Avoid using locally built images
1 parent c6cd511 commit 9a099be

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test-pr.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,11 @@ jobs:
3232
run: helm template ci-test .
3333
working-directory: chart
3434

35-
- name: Build all web app images
36-
run: ./build.sh
37-
working-directory: web-apps
38-
3935
- name: Create Kind Cluster
4036
uses: helm/kind-action@v1
4137
with:
4238
cluster_name: ${{ env.CLUSTER_NAME }}
4339

44-
- name: Load local docker images into kind cluster
45-
run: |
46-
IMAGE_NAMES=$(docker image ls | grep ghcr.io/stackhpc/azimuth-llm- | awk '{print $1}')
47-
kind load docker-image $IMAGE_NAMES -n ${{ env.CLUSTER_NAME }}
48-
4940
- name: Add Helm repos for dependencies
5041
run: |
5142
helm repo add stakater https://stakater.github.io/stakater-charts

0 commit comments

Comments
 (0)