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

[self-hosted] runner cannot pull built image #96

Open mekpin opened 1 year ago

mekpin commented 1 year ago
Build container for action use: '/etc/actions-runner/_work/_actions/appleboy/scp-action/v0.1.3/Dockerfile'.
  /usr/bin/docker build -t fc5c1b:1db534b31def41daa0c90e5b[2](https://github.com/xxx/xxx/actions/runs/3946455831/jobs/6754234725#step:2:2)aa1c54f -f "/etc/actions-runner/_work/_actions/appleboy/scp-action/v0.1.[3](https://github.com/xxx/xxx/actions/runs/3946455831/jobs/6754234725#step:2:3)/Dockerfile" "/etc/actions-runner/_work/_actions/appleboy/scp-action/v0.1.3"
  Sending build context to Docker daemon  121.3kB

  Step 1/[4](https://github.com/xxx/xxx/actions/runs/3946455831/jobs/6754234725#step:2:4) : FROM appleboy/drone-scp:1.6.4-linux-amd64
   ---> da2c8aba9a36
  Step 2/4 : COPY entrypoint.sh /entrypoint.sh
   ---> Using cache
   ---> 7f776907eb0f
  Step 3/4 : RUN chmod +x /entrypoint.sh
   ---> Using cache
   ---> 82002abebf8b
  Step 4/4 : ENTRYPOINT ["/entrypoint.sh"]
   ---> Using cache
   ---> [5](https://github.com/xxx/xxx/actions/runs/3946455831/jobs/6754234725#step:2:5)1ddf3[7](https://github.com/xxx/xxxactions/runs/3946455831/jobs/6754234725#step:2:7)c00af
  Successfully built 51ddf37c00af
  Successfully tagged fc5c1b:1db534b31def41daa0c[9](https://github.com/xxx/xxx/actions/runs/xxx/jobs/xxx#step:2:9)0e5b2aa1c54f
Unable to find image 'fc5c1b:1db534b31def41daa0c90e5b2aa1c54f' locally
docker: Error response from daemon: pull access denied for fc5c1b, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.