Skip to content

Commit 1b4b441

Browse files
authored
Update test-images.yml
Update test-images workflow to remove vpr<pr number> from image tag Signed-off-by: Eric Sauer <esauer@redhat.com>
1 parent 158d6d4 commit 1b4b441

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)