mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-02 03:09:54 +02:00
Log pull errors at 'warning' level
Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
parent
be177395ba
commit
6a46770abc
3 changed files with 3 additions and 3 deletions
|
@ -250,7 +250,7 @@ async function pullImageFromDocker(): Promise<ImageStorageCheckResult> {
|
|||
}
|
||||
}
|
||||
catch (err) {
|
||||
core.debug(err);
|
||||
core.warning(err);
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue