Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

stop breaking docker hub builds #9833

@debris

Description

@debris

Our docker hub release process is broken, cause changes on master branch of this repo affect how stable branch is being released on docker hub (e.g. pr #9689)

How it works now:

to release master, we use master/scripts/docker/hub/Dockerfile
to release beta, we use master/scripts/docker/hub/Dockerfile
to release stable, we use master/scripts/docker/hub/Dockerfile

How it should work:

to release master, we should use master/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

Metadata

Metadata

Assignees

No one assigned

    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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions