Skip to content

Commit bb38ca6

Browse files
committed
update image tag to gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1
1 parent 44edc94 commit bb38ca6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ DESCRIPTION
509509
EXAMPLES
510510
$ scrollsdk setup configs
511511
512-
$ scrollsdk setup configs --image-tag v0.0.25
512+
$ scrollsdk setup configs --image-tag gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1
513513
514514
$ scrollsdk setup configs --configs-dir custom-configs
515515
```

src/commands/setup/configs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class SetupConfigs extends Command {
1414

1515
static override examples = [
1616
'<%= config.bin %> <%= command.id %>',
17-
'<%= config.bin %> <%= command.id %> --image-tag v0.0.25',
17+
'<%= config.bin %> <%= command.id %> --image-tag gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1',
1818
'<%= config.bin %> <%= command.id %> --configs-dir custom-configs',
1919
]
2020

@@ -427,7 +427,7 @@ export default class SetupConfigs extends Command {
427427
}
428428

429429
private async getDockerImageTag(providedTag: string | undefined): Promise<string> {
430-
const defaultTag = 'gen-configs-v0.0.25';
430+
const defaultTag = 'gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1';
431431

432432
if (!providedTag) {
433433
return defaultTag;

0 commit comments

Comments
 (0)