Skip to content

Commit

Permalink
Merge pull request #341 from DharmitD/upgrade-fix
Browse files Browse the repository at this point in the history
Fixing Kind yaml path
  • Loading branch information
DharmitD committed Sep 15, 2023
2 parents 577d81e + d8c57f1 commit 765970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/kind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
[[registry]]
Expand Down

0 comments on commit 765970b

Please sign in to comment.