We are defining the workflow directive to for `Artifacts generation and upload`/cd/Download artifacts step. To be the workflow_id from the calling workflow Signed-off-by: Akis Maziotis <akis.maziotis@mattermost.com>
mattermost
Required by Cloud Platform team for smooth migration of Spinwick service to the new DockerHub registry. Context: https://community.mattermost.com/private-core/pl/3jzzxzfiji8hx833ewyuthzkjh
We are seperating artifacts generation/upload process, into a seperate workflow. This runs in pricileged mode, using `workflow_run` trigger. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run Note: This event will only trigger a workflow run if the workflow file is on the default branch.(master) Docker artifacts, are now exposed under the newly porivisioned DockerHub Org account: "mattermostdevelopment" https://hub.docker.com/repository/docker/mattermostdevelopment/mm-te-test/tags?page=1&ordering=last_updated Signed-off-by: Akis Maziotis <akis.maziotis@mattermost.com>