Skip to content

Commit

Permalink
Merge branch 'main' into tyk-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliocalzolari authored Nov 26, 2024
2 parents 4c1db1c + 492419b commit 2150782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ROOT=$(pwd)
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
for ch in changed; do
for ch in $changed; do
echo "checking $ch"
cd $ch
IMAGE_DOC=$(yq e '.annotations."datarobot.com/images"' Chart.yaml | grep image: )
Expand Down

0 comments on commit 2150782

Please sign in to comment.