We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b5839 commit b2417a1Copy full SHA for b2417a1
.github/workflows/update-images.yaml
@@ -191,8 +191,9 @@ jobs:
191
curl -L https://github.com/operator-framework/operator-sdk/releases/download/v1.15.0/operator-sdk_linux_amd64 -o operator-sdk
192
chmod u+x operator-sdk
193
sudo mv operator-sdk /usr/local/bin/
194
- make controller-gen
195
- ls -l bin
+ make -d controller-gen
+ echo "built controller-gen"
196
+ ls -l ./bin
197
make manifests docker-build IMG=kctf-operator
198
199
- id: push
0 commit comments