Edited label key

Signed-off-by: Jyotsna <Josh-01@github.com>
This commit is contained in:
Jyotsna 2020-11-04 16:53:29 +05:30
parent ed4d53f122
commit be3385a5dd
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ async function run(): Promise<void> {
inputs.labels.push(
`org.opencontainers.image.source=https://github.com/${github.context.repo.owner}/${github.context.repo.repo}`
);
inputs.labels.push(`dockerfilePath=${dockerfilePath}`);
inputs.labels.push(`dockerfile-path=${dockerfilePath}`);
core.info(`🏃 Starting build...`);
const args: string[] = await context.getArgs(inputs, defContext, buildxVersion);