mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-19 16:26:36 +00:00
fix typo (#8)
This commit is contained in:
parent
294f759b05
commit
30b096e0c1
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);
|
remoteBuilderAddr = await getRemoteBuilderAddr(inputs);
|
||||||
if (!remoteBuilderAddr) {
|
if (!remoteBuilderAddr) {
|
||||||
if (inputs.nofallback) {
|
if (inputs.nofallback) {
|
||||||
core.setFailed('Failed to obtain Blacksmith builder. Failing the build');
|
throw Error('Failed to obtain Blacksmith builder. Failing the build');
|
||||||
} else {
|
} else {
|
||||||
core.warning('Failed to obtain Blacksmith remote builder address. Falling back to a local build.');
|
core.warning('Failed to obtain Blacksmith remote builder address. Falling back to a local build.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user