mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 01:55:03 +02:00
* feat: read docker credentials from local docker config * fix: url.Parse requires protocol Co-authored-by: Björn Brauer <[email protected]> * fix: docker decides by the existence of . or : if... ... the image is in a custom registry or not. Co-authored-by: Björn Brauer <[email protected]> * fix: make docker hostname detection more robust * test: mock docker config for getImagePullOptions test By default github actions have a docker config set with a token to pull images from docker hub. Co-authored-by: Markus Wolf <[email protected]> Co-authored-by: Markus Wolf <[email protected]>