Skip to content

Commit

Permalink
Avoid using locally built images
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 29, 2024
1 parent c6cd511 commit 9a099be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,11 @@ jobs:
run: helm template ci-test .
working-directory: chart

- name: Build all web app images
run: ./build.sh
working-directory: web-apps

- name: Create Kind Cluster
uses: helm/kind-action@v1
with:
cluster_name: ${{ env.CLUSTER_NAME }}

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

0 comments on commit 9a099be

Please sign in to comment.