Is it possible to create a github action from a docker image stored on Github Packages?
action.yml:
runs:
using: 'docker'
image: 'docker://docker.pkg.github.com/<you>/<your-repo>/<image>:<version>'
It seems to be no way to provide docker basic auth credentials for now.
Error message:
Pull down action image '[...] '
/usr/bin/docker pull [...]
Error response from daemon: Get https://[...]: no basic auth credentials
##[warning]Docker pull failed with exit code 1, back off 9.515 seconds before retry.
/usr/bin/docker pull [...]
Error response from daemon: Get [...]: no basic auth credentials
##[warning]Docker pull failed with exit code 1, back off 2.011 seconds before retry.
/usr/bin/docker pull [...]
Error response from daemon: Get [...]: no basic auth credentials
##[error]Docker pull failed with exit code 1