You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ilyash-b somehow I didn't saw or successfully ignored this.
So the docker image was being build in the past by travis, but since dockerhub started to support the full building process on their side we removed travis in favor of github actions for the build and dockerhub direct connection for the docker builds, and it was all working great, until apparently they just dropped support for that on the free accounts https://www.reddit.com/r/docker/comments/nv54fj/docker_hub_discontinuing_autobuilds_on_the_free/ (did you received any email on that? I didn't :( )
So we now have 2 options:
configure github actions to do this and push to dockerhub (means storing dockerhub creds on github and having to maintain this)
Reported by @MinmoTech
@organom , how it is supposed to be built? Except for
docker_push.sh
don't see anything related.https://hub.docker.com/r/ngslang/ngs is at v0.2.12 (2 years ago)
The text was updated successfully, but these errors were encountered: