You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: develop.md
+2-15
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,5 @@ Go to https://github.com/nextcloud-releases/all-in-one/actions/workflows/repo-sy
20
20
21
21
## How to promote builds from develop to latest
22
22
23
-
To automatically promoted the latest develop version you can use the following script:
24
-
25
-
**WARNING:** Make sure to verify that the latest develop tag is what you really want to deploy since someone could have pushed to main and created a new container in between.
26
-
```shell
27
-
# Set the name of the container that you want to promote from the develop- to the latest channels
28
-
export AIO_NAME=$name
29
-
# x64
30
-
docker pull nextcloud/$AIO_NAME\:develop
31
-
docker tag nextcloud/$AIO_NAME\:develop nextcloud/$AIO_NAME\:latest
32
-
docker push nextcloud/$AIO_NAME\:latest
33
-
# arm64
34
-
docker pull nextcloud/$AIO_NAME\:develop-arm64
35
-
docker tag nextcloud/$AIO_NAME\:develop-arm64 nextcloud/$AIO_NAME\:latest-arm64
36
-
docker push nextcloud/$AIO_NAME\:latest-arm64
37
-
```
23
+
1. Verify that no job is running here: https://github.com/nextcloud-releases/all-in-one/actions/workflows/build_images.yml
24
+
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
0 commit comments