diff --git a/dist/index.js b/dist/index.js index 4ddfc66b..e0b2de85 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 138b2544..2bdd16ed 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/input.ts b/src/model/input.ts index 7733ea1f..85f45733 100644 --- a/src/model/input.ts +++ b/src/model/input.ts @@ -257,7 +257,7 @@ class Input { } static get containerRegistryRepository(): string { - return Input.getInput('containerRegistryUrl')!; + return Input.getInput('containerRegistryRepository')!; } static get containerRegistryImageVersion(): string {