#Js (forked) - StackBlitz
1 messages · Page 1 of 1 (latest)
hey Emmauel! how are you currently authenticating your Dagger pipeline against the docker registry?
Are you using the WithRegistryAuth call? or via docker login?
I tried both approaches, but currently implementation is via docker login
perfect. Just to validate and hopefully repro. How are you performing the docker login in your github workflow? via an action? or just shelling into docker login ?
just tested it and seems to work ok in v0.9.7. Here's a repo with an example: https://github.com/marcosnils/test
here's my GHA workflow file: https://github.com/marcosnils/test/blob/master/.github/workflows/main.yml
here's the workflow output : https://github.com/marcosnils/test/actions/runs/7706087676/job/21001073967