Skip to content

Commit 15af623

Browse files
committed
Use short sha for image tag
1 parent de6018e commit 15af623

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,9 @@ jobs:
6565
# we need to pull these published images and load them into the kind cluster
6666
# with the tag correct tag.
6767
- name: Load tagged container images into kind cluster
68-
run: ./kind-images.sh ${{ github.event.pull_request.head.sha }} ${{ env.CLUSTER_NAME }}
68+
run: ./kind-images.sh $(git rev-parse --short ${{ github.event.pull_request.head.sha }}) ${{ env.CLUSTER_NAME }}
6969
working-directory: web-apps
7070

71-
- name: Add Helm repos for dependencies
72-
run: |
73-
helm repo add stakater https://stakater.github.io/stakater-charts
74-
7571
# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values
7672
# Each chart/ci/*-values.yaml file will be treated as a separate test case with it's
7773
# own helm install/test process.

0 commit comments

Comments
 (0)