avatartwo / avatar2

Python core of avatar²
Apache License 2.0
518 stars 98 forks source link

Allow docker login in CI to fail #83

Closed mariusmue closed 3 years ago

mariusmue commented 3 years ago

The login was introduced to work around rate limiting for docker pulls on dockerhub. However, the required tokens/env variables are not present for pull requests, resulting into the CI failing. Hence, we now allow this to be failing, and may need to manually restart CI builds for PRs.

(This commit comes as PR for testing if this workaround-workaround works as expected)