Skip to content

Commit 762820b

Browse files
committed
Edited label key
1 parent ed4d53f commit 762820b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function run(): Promise<void> {
2929
inputs.labels.push(
3030
`org.opencontainers.image.source=https://github.com/${github.context.repo.owner}/${github.context.repo.repo}`
3131
);
32-
inputs.labels.push(`dockerfilePath=${dockerfilePath}`);
32+
inputs.labels.push(`dockerfile-path=${dockerfilePath}`);
3333

3434
core.info(`🏃 Starting build...`);
3535
const args: string[] = await context.getArgs(inputs, defContext, buildxVersion);

0 commit comments

Comments
 (0)