johnpoth commented on issue #4398:
URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1556865793

   Hello ! 
   
   I think you need to do a [docker login 
ghcr.io](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic)
 first and you should be good to go, so something like:
   
   ```
   $ export CR_PAT=YOUR_TOKEN
   $ echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
   > Login Succeeded
   ```
   
   Let me know if that works .... 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to