rancher / system-agent

Apache License 2.0
21 stars 43 forks source link

Migrate from Drone to GitHub Action #170

Closed jiaqiluo closed 3 months ago

jiaqiluo commented 4 months ago

This PR

Validation of the new GHA workflows:

jiaqiluo commented 3 months ago

CI fails because it hits Docker's rate limit ( https://www.docker.com/increase-rate-limits/).

#2 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/golang/manifests/sha256:d390d5f2006c4c9cf19709d449a8463e7188643f444d06fcaa96f45b6c29363d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit


Update: CI is passed now