When intermediate images of joystream/node are built on development branches, the step of publishing joystream/node:latest from master branch is skipped in joystream-node-docker.yml workflow. eg. https://github.com/Joystream/joystream/actions/runs/4675415174/jobs/8280515894 So factored out the step into its own workflow joystream-node-docker-publish.yml.
runtime upgrade ci checks now fetch pre-built image for production and skip test without failure if there is no runtime change.
joystream/node:latest
from master branch is skipped injoystream-node-docker.yml
workflow. eg. https://github.com/Joystream/joystream/actions/runs/4675415174/jobs/8280515894 So factored out the step into its own workflowjoystream-node-docker-publish.yml
.