question: is it ready for ci pushes?
did:plc:3272gdrjsuikiff7qsgokgas opened this Jan 3, 2026 0 comments
did:plc:3272gdrjsuikiff7qsgokgas opened Jan 3, 2026
First of all, thanks for atcr.io — I am so excited to see that initiative : )
My question is: is it ready for CI pushes (meaning, no credential helper wih user input) without BYOD?
I tried it and it fails with denied: write access denied to hold did:web:hold01.atcr.io (same locally without the the helper):
WARN[0000] make sure you entered the correct tag name, that you are authenticated correctly, and try again.
error checking push permissions: checking push permission for "atcr.io/********/minha-receita:1dd2c22491b92a414a53fc4a7d3aec6ee7056a11": POST https://atcr.io/v2/********/minha-receita/blobs/uploads/: UNKNOWN: unknown error; denied: write access denied to hold did:web:hold01.atcr.ioLocally this is how I tried:
$ docker login atcr.ioUsing cuducos.me and my app password created for atcr.io. It says login successful.
Then:
$ docker push atcr.io/cuducos.me/minha-receita:mainThat ends up with the same error as in the CI.
No activity yet.