mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-08-06 06:10:54 +00:00
docs: update links and layout
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
49e79e3532
commit
5f26473e44
6 changed files with 79 additions and 74 deletions
|
@ -72,9 +72,9 @@ async function run() {
|
|||
core.endGroup();
|
||||
setOutput('json', jsonOutput);
|
||||
|
||||
// Bake definition file
|
||||
// Bake file definition
|
||||
const bakeFile: string = meta.getBakeFile();
|
||||
core.startGroup(`Bake definition file`);
|
||||
core.startGroup(`Bake file definition`);
|
||||
core.info(fs.readFileSync(bakeFile, 'utf8'));
|
||||
core.endGroup();
|
||||
setOutput('bake-file', bakeFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue