diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b94e4fd..48aa617 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: - name: Load image into kind cluster run: | IMAGE_TAG=$(echo ${{ env.IMAGE_TAG }} | tr -d '\r') - kind load docker-image $ECR_REPO:$IMAGE_TAG + kind load docker-image $ECR_REPO:$IMAGE_TAG -n chart-testing - name: Inject ECR Repo and Image Tag into Values Files run: |