Skip to content

Commit 052b787

Browse files
authored
Update test-images.yml
prefix image tag with a 'v' Signed-off-by: Eric Sauer <esauer@redhat.com>
1 parent 1b4b441 commit 052b787

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:${{ needs.setup.outputs.commit_hash }} \
138+
quay.io/pelorus/rc-pelorus-operator-bundle:v${{ needs.setup.outputs.commit_hash }} \
139139
--namespace test-pelorus-operator
140140
```
141141
To clean up environment afterwards, run

0 commit comments

Comments
 (0)