You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull decathlon/slate-builder-action:2.0.010s
##[error]Docker pull failed with exit code 1
Pull down action image 'decathlon/slate-builder-action:2.0.0'
/usr/bin/docker pull decathlon/slate-builder-action:2.0.0
Error response from daemon: manifest for decathlon/slate-builder-action:2.0.0 not found: manifest unknown: manifest unknown
##[warning]Docker pull failed with exit code 1, back off 1.944 seconds before retry.
/usr/bin/docker pull decathlon/slate-builder-action:2.0.0
Error response from daemon: manifest for decathlon/slate-builder-action:2.0.0 not found: manifest unknown: manifest unknown
##[warning]Docker pull failed with exit code 1, back off 6.667 seconds before retry.
/usr/bin/docker pull decathlon/slate-builder-action:2.0.0
Error response from daemon: manifest for decathlon/slate-builder-action:2.0.0 not found: manifest unknown: manifest unknown
##[endgroup
##[error]Docker pull failed with exit code 1
reason:
Your docs say docker://decathlon/slate-builder-action:2.0.0 but no 2.0.0 tag exists for your docker image on docker hub. Changing it to latest fixes the issue but isn't advised. Would recommend making tags.
The text was updated successfully, but these errors were encountered:
When trying to run the github action:
Pull decathlon/slate-builder-action:2.0.010s
##[error]Docker pull failed with exit code 1
Pull down action image 'decathlon/slate-builder-action:2.0.0'
/usr/bin/docker pull decathlon/slate-builder-action:2.0.0
Error response from daemon: manifest for decathlon/slate-builder-action:2.0.0 not found: manifest unknown: manifest unknown
##[warning]Docker pull failed with exit code 1, back off 1.944 seconds before retry.
/usr/bin/docker pull decathlon/slate-builder-action:2.0.0
Error response from daemon: manifest for decathlon/slate-builder-action:2.0.0 not found: manifest unknown: manifest unknown
##[warning]Docker pull failed with exit code 1, back off 6.667 seconds before retry.
/usr/bin/docker pull decathlon/slate-builder-action:2.0.0
Error response from daemon: manifest for decathlon/slate-builder-action:2.0.0 not found: manifest unknown: manifest unknown
##[endgroup
##[error]Docker pull failed with exit code 1
reason:
Your docs say
docker://decathlon/slate-builder-action:2.0.0
but no 2.0.0 tag exists for your docker image on docker hub. Changing it tolatest
fixes the issue but isn't advised. Would recommend making tags.The text was updated successfully, but these errors were encountered: