Skip to content

Commit b2417a1

Browse files
authored
Update update-images.yaml
1 parent 16b5839 commit b2417a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-images.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ jobs:
191191
curl -L https://github.com/operator-framework/operator-sdk/releases/download/v1.15.0/operator-sdk_linux_amd64 -o operator-sdk
192192
chmod u+x operator-sdk
193193
sudo mv operator-sdk /usr/local/bin/
194-
make controller-gen
195-
ls -l bin
194+
make -d controller-gen
195+
echo "built controller-gen"
196+
ls -l ./bin
196197
make manifests docker-build IMG=kctf-operator
197198
198199
- id: push

0 commit comments

Comments
 (0)