pull/596/head
Andrew Kahr 2023-11-14 20:01:07 -08:00
parent ab9d6f5eea
commit 3a4cc5083f
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -6955,7 +6955,7 @@ class Input {
return Input.getInput('dockerIsolationMode') || 'default'; return Input.getInput('dockerIsolationMode') || 'default';
} }
static get containerRegistryRepository() { static get containerRegistryRepository() {
return Input.getInput('containerRegistryUrl'); return Input.getInput('containerRegistryRepository');
} }
static get containerRegistryImageVersion() { static get containerRegistryImageVersion() {
return Input.getInput('containerRegistryImageVersion'); return Input.getInput('containerRegistryImageVersion');

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -257,7 +257,7 @@ class Input {
} }
static get containerRegistryRepository(): string { static get containerRegistryRepository(): string {
return Input.getInput('containerRegistryUrl')!; return Input.getInput('containerRegistryRepository')!;
} }
static get containerRegistryImageVersion(): string { static get containerRegistryImageVersion(): string {