This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
stop breaking docker hub builds #9833
Labels
F2-bug 🐞
The client fails to follow expected behavior.
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M1-ci 🙉
Continuous integration.
Milestone
Our docker hub release process is broken, cause changes on
master
branch of this repo affect howstable
branch is being released on docker hub (e.g. pr #9689)How it works now:
to release
master
, we usemaster/scripts/docker/hub/Dockerfile
to release
beta
, we usemaster/scripts/docker/hub/Dockerfile
to release
stable
, we usemaster/scripts/docker/hub/Dockerfile
How it should work:
to release
master
, we should usemaster/scripts/docker/hub/Dockerfile
to release
beta
, we should use**beta**/scripts/docker/hub/Dockerfile
to release
stable
, we should use**stable**/scripts/docker/hub/Dockerfile
cc @paritytech/ci
thanks @fubhy for the report
The text was updated successfully, but these errors were encountered: