CreateImageWizard: use content sources in production beta

Enables package searching and custom repositories.
This commit is contained in:
Sanne Raymaekers 2023-01-25 10:03:31 +01:00 committed by Lucas Garfield
parent 6131dafe48
commit a25ec459d8
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ export default {
name: 'packages',
substepOf: 'Content',
nextStep: () => {
if (!insights.chrome.isProd() && insights.chrome.isBeta()) {
if (insights.chrome.isBeta()) {
return 'repositories';
} else {
return 'image-name';