mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 13:39:30 +02:00
fix typo (#8)
This commit is contained in:
parent
294f759b05
commit
30b096e0c1
3 changed files with 3 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -174,7 +174,7 @@ actionsToolkit.run(
|
|||
remoteBuilderAddr = await getRemoteBuilderAddr(inputs);
|
||||
if (!remoteBuilderAddr) {
|
||||
if (inputs.nofallback) {
|
||||
core.setFailed('Failed to obtain Blacksmith builder. Failing the build');
|
||||
throw Error('Failed to obtain Blacksmith builder. Failing the build');
|
||||
} else {
|
||||
core.warning('Failed to obtain Blacksmith remote builder address. Falling back to a local build.');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue