debug
This commit is contained in:
parent
a2a8c43be7
commit
c1fb516716
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -62158,7 +62158,7 @@ function mergeArgRegistryAuthJson(registryAuthJson) {
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
console.log('Failed to parse registry auth json', e);
|
||||
console.log('Failed to parse registry auth json', error);
|
||||
core.setFailed(error.message);
|
||||
process.exit(1);
|
||||
}
|
||||
@ -62271,7 +62271,7 @@ try {
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
console.log('Failed to build docker image', e);
|
||||
console.log('Failed to build docker image', error);
|
||||
core.setFailed(error.message);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
@ -41,7 +41,7 @@ try {
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
console.log('Failed to build docker image', e);
|
||||
console.log('Failed to build docker image', error);
|
||||
core.setFailed(error.message);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
@ -58,7 +58,7 @@ export function mergeArgRegistryAuthJson(registryAuthJson) {
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
console.log('Failed to parse registry auth json', e);
|
||||
console.log('Failed to parse registry auth json', error);
|
||||
core.setFailed(error.message);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user