File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ runs:
8484
8585 const extraArgs = core.getMultilineInput('docker_buildargs', { required: false });
8686 const mergedArgs = [
87- ...transformedBaseArgs
87+ ...transformedBaseArgs,
8888 ...extraArgs,
8989 ];
9090
9191 core.setOutput('docker_args', mergedArgs);
9292
93- const versionInput = core.getIntput ('version');
93+ const versionInput = core.getInput ('version');
9494 core.setOutput('version', versionInput || context.sha);
9595
9696 core.setOutput('ref', `${core.getInput('docker_registry_url')}/${core.getInput('project_name')}-storefrontcloud-io`);
Original file line number Diff line number Diff line change 7979
8080 core.setOutput('docker_args', mergedBuildArgs);
8181
82- const versionInput = core.getIntput ('version');
82+ const versionInput = core.getInput ('version');
8383 core.setOutput('version', versionInput || context.sha);
8484
8585 core.setOutput('ref', `${core.getInput('docker_registry_url')}/${core.getInput('project_name')}-storefrontcloud-io`);
You can’t perform that action at this time.
0 commit comments