We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11555c commit 35bc0ccCopy full SHA for 35bc0cc
.github/workflows/test-images.yml
@@ -135,7 +135,7 @@ jobs:
135
Test images available! 🧪🚀 To test operator with them, run
136
```
137
operator-sdk run bundle \
138
- quay.io/pelorus/rc-pelorus-operator-bundle:vpr${{ needs.setup.outputs.pr_number }}-${{ needs.setup.outputs.commit_hash }} \
+ quay.io/pelorus/rc-pelorus-operator-bundle:${{ needs.setup.outputs.commit_hash }} \
139
--namespace test-pelorus-operator
140
141
To clean up environment afterwards, run
0 commit comments