This commit is contained in:
Andrew Kahr 2023-11-14 20:01:07 -08:00
parent ab9d6f5eea
commit 3a4cc5083f
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

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 {