appleboy / scp-action

GitHub Action that copy files and artifacts via SSH.
https://github.com/marketplace/actions/scp-command-to-transfer-files
MIT License
1.14k stars 134 forks source link

Docker error : Unable to find image locally #138

Open brandonfl opened 10 months ago

brandonfl commented 10 months ago

Hello,

When we use this action, sometime it crash with the error :

Unable to find image 'c3f261:16ee0604e20f4c52b65f97c1d5cafed4' locally
docker: Error response from daemon: pull access denied for c3f261, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Here is a screenshot of the error :

image

But sometime it work normally :

image

Since this error is not always present, did you know from where it can come from ?

Thanks in advance

alex-reach commented 10 months ago

We are facing the same issue:

image