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

Manifest unknown and docker build fails #93

Closed DawnMathewsJohn closed 1 year ago

DawnMathewsJohn commented 1 year ago

Recently getting the following error in appleboy/scp-action@master while triggering Github Actions.

Step 1/4 : FROM appleboy/drone-ssh:1.6.5-linux-amd64
  manifest for appleboy/drone-ssh:1.6.5-linux-amd64 not found: manifest unknown: manifest unknown
  Warning: Docker build failed with exit code 1, back off 3.1[7](https://github.com/***/***/actions/runs/***/jobs/6136700581#step:3:7)3 seconds before retry.
  /usr/bin/docker build -t 290506:753[8](https://github.com/***/***/actions/runs/***/jobs/6136700581#step:3:8)295c195a41c1850f54c5c366d1a4 -f "/home/runner/work/_actions/appleboy/ssh-action/master/Dockerfile" "/home/runner/work/_actions/appleboy/ssh-action/master"
  Sending build context to Docker daemon  298.5kB

  Step 1/4 : FROM appleboy/drone-ssh:1.6.5-linux-amd64
  manifest for appleboy/drone-ssh:1.6.5-linux-amd64 not found: manifest unknown: manifest unknown
  Warning: Docker build failed with exit code 1, back off 4.515 seconds before retry.
  /usr/bin/docker build -t 2[9](https://github.com/***/***/actions/runs/***/jobs/6136700581#step:3:9)0506:7538295c195a41c[18](https://github.com/***/***/actions/runs/***/jobs/6136700581#step:3:18)50f54c5c366d1a4 -f "/home/runner/work/_actions/appleboy/ssh-action/master/Dockerfile" "/home/runner/work/_actions/appleboy/ssh-action/master"

  Sending build context to Docker daemon  298.5kB
Step 1/4 : FROM appleboy/drone-ssh:1.6.5-linux-amd64
  manifest for appleboy/drone-ssh:1.6.5-linux-amd64 not found: manifest unknown: manifest unknown
Error: Docker build failed with exit code 1

Do we have any workaround or fix for this ?

d4nishs commented 1 year ago

Having the same issue.

DawnMathewsJohn commented 1 year ago

Here is the actual issue https://github.com/appleboy/ssh-action/issues/197 This is related to ssh-action not with scp-action. Closing the issue