Rename endpoint

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-09-08 15:52:09 +02:00
parent 48948ec5e2
commit 583e11daec
6 changed files with 12 additions and 12 deletions

View File

@ -42,8 +42,8 @@ async function run(): Promise<void> {
if (inputs.use) {
createArgs.push('--use');
}
if (inputs.context) {
createArgs.push(inputs.context);
if (inputs.endpoint) {
createArgs.push(inputs.endpoint);
}
await exec.exec('docker', createArgs);