From 76cbefafb53bc2dabd7fa55e77abe95f2ee76cdf Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 13 Apr 2022 15:14:30 +0200 Subject: [PATCH] adjust documentation Signed-off-by: szaimen --- develop.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/develop.md b/develop.md index 4b6a2058..130480f6 100644 --- a/develop.md +++ b/develop.md @@ -18,7 +18,12 @@ It will now also select the developer channel for all other containers automatic Go to https://github.com/nextcloud-releases/all-in-one/actions/workflows/repo-sync.yml and run the workflow that will first sync the repo and then build new container that automatically get published to `develop` and `develop-arm64`. -## How to promote builds from develop to latest +## How to promote builds from develop to beta 1. Verify that no job is running here: https://github.com/nextcloud-releases/all-in-one/actions/workflows/build_images.yml -2. Go to https://github.com/nextcloud-releases/all-in-one/actions/workflows/promote-to-latest.yml, click on `Run workflow` and enter your desired container image name that you want to publish from develop to latest. Available image names are listed here: https://github.com/nextcloud-releases/all-in-one/blob/main/.github/workflows/build_images.yml#L21-L30 +2. Go to https://github.com/nextcloud-releases/all-in-one/actions/workflows/promote-to-beta.yml, click on `Run workflow`. + +## How to promote builds from beta to latest + +1. Verify that no job is running here: https://github.com/nextcloud-releases/all-in-one/actions/workflows/promote-to-beta.yml +2. Go to https://github.com/nextcloud-releases/all-in-one/actions/workflows/promote-to-latest.yml, click on `Run workflow`.