Tasks that run docker push can't be run for some reason.
Here's an example of what happens:
[~/go/src/github.com/run-ci/git-poller]: run publish
The push refers to repository [docker.io/runci/poller]
d1eeaeadd311: Preparing
7e0c13a8b1d0: Preparing
8d7ea83e3c62: Preparing
6a061ee02432: Preparing
f73b2816c52a: Preparing
6267b420796f: Preparing
a30b835850bf: Preparing
6267b420796f: Waiting
a30b835850bf: Waiting
denied: requested access to the resource is denied
This is going to be a common task, so this needs to be investigated. Related: how would a user run this task in CI without logging into their Docker repository through the runlet's Docker daemon?
Tasks that run
docker pushcan't be run for some reason.Here's an example of what happens:
This is going to be a common task, so this needs to be investigated. Related: how would a user run this task in CI without logging into their Docker repository through the runlet's Docker daemon?