We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f269cae commit e29832aCopy full SHA for e29832a
.github/workflows/build-image-pr.yml
@@ -38,12 +38,12 @@ jobs:
38
node_image: "kindest/node:v1.27.11"
39
- name: Load Local Registry Test Image
40
env:
41
- IMG: "${{ env.IMG_ORG }}/${{ env.IMG_REPO }}:${{ steps.tags.outputs.tag }}"
+ IMG: quay.io/"${{ env.IMG_ORG }}/${{ env.IMG_REPO }}:${{ steps.tags.outputs.tag }}"
42
run: |
43
kind load docker-image -n chart-testing ${IMG}
44
- name: Create Test Registry
45
46
47
48
echo "Download kustomize 5.2.1"
49
mkdir $GITHUB_WORKSPACE/kustomize
0 commit comments