Skip to content

Commit 35bc0cc

Browse files
committed
Fix image tag in PR comment
1 parent e11555c commit 35bc0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
Test images available! 🧪🚀 To test operator with them, run
136136
```
137137
operator-sdk run bundle \
138-
quay.io/pelorus/rc-pelorus-operator-bundle:vpr${{ needs.setup.outputs.pr_number }}-${{ needs.setup.outputs.commit_hash }} \
138+
quay.io/pelorus/rc-pelorus-operator-bundle:${{ needs.setup.outputs.commit_hash }} \
139139
--namespace test-pelorus-operator
140140
```
141141
To clean up environment afterwards, run

0 commit comments

Comments
 (0)