mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
only print secret keys in build summary output
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
548776e8d0
commit
094d2bc0cd
3 changed files with 42 additions and 27 deletions
|
@ -24,8 +24,8 @@ actionsToolkit.run(
|
|||
async () => {
|
||||
const startedTime = new Date();
|
||||
const inputs: context.Inputs = await context.getInputs();
|
||||
stateHelper.setSummaryInputs(inputs);
|
||||
core.debug(`inputs: ${JSON.stringify(inputs)}`);
|
||||
stateHelper.setInputs(inputs);
|
||||
|
||||
const toolkit = new Toolkit();
|
||||
|
||||
|
@ -216,7 +216,7 @@ actionsToolkit.run(
|
|||
await GitHub.writeBuildSummary({
|
||||
exportRes: exportRes,
|
||||
uploadRes: uploadRes,
|
||||
inputs: stateHelper.inputs
|
||||
inputs: stateHelper.summaryInputs
|
||||
});
|
||||
} catch (e) {
|
||||
core.warning(e.message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue