diff --git a/.github/actions/kind/action.yml b/.github/actions/kind/action.yml index 59dcafef..19623952 100644 --- a/.github/actions/kind/action.yml +++ b/.github/actions/kind/action.yml @@ -25,7 +25,7 @@ runs: KIND_CONFIG_FILE=${{ env.TEMP_DIR }}/kind.yaml echo "KIND_CONFIG_FILE=${KIND_CONFIG_FILE}" >> $GITHUB_ENV - envsubst < .github/resources-kind/kind.yaml > ${KIND_CONFIG_FILE} + envsubst < .github/resources/kind/kind.yaml > ${KIND_CONFIG_FILE} sudo --preserve-env=REGISTRY_ADDRESS sh -c 'cat > /etc/containers/registries.conf.d/local.conf <