Skip to content

Commit

Permalink
update image tag to gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-unifra committed Oct 30, 2024
1 parent 44edc94 commit bb38ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ DESCRIPTION
EXAMPLES
$ scrollsdk setup configs
$ scrollsdk setup configs --image-tag v0.0.25
$ scrollsdk setup configs --image-tag gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1
$ scrollsdk setup configs --configs-dir custom-configs
```
Expand Down
4 changes: 2 additions & 2 deletions src/commands/setup/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class SetupConfigs extends Command {

static override examples = [
'<%= config.bin %> <%= command.id %>',
'<%= config.bin %> <%= command.id %> --image-tag v0.0.25',
'<%= config.bin %> <%= command.id %> --image-tag gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1',
'<%= config.bin %> <%= command.id %> --configs-dir custom-configs',
]

Expand Down Expand Up @@ -427,7 +427,7 @@ export default class SetupConfigs extends Command {
}

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

if (!providedTag) {
return defaultTag;
Expand Down

0 comments on commit bb38ca6

Please sign in to comment.