diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index df14d3a3..16dd02ad 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -11,6 +11,8 @@ jobs: steps: - name: spelling or typos uses: actions/checkout@v3 + - name: fix permission for reviewdog + run: sudo chown -R root:root $GITHUB_WORKSPACE - name: misspell uses: reviewdog/action-misspell@v1 with: 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`. diff --git a/php/templates/containers.twig b/php/templates/containers.twig index e9385c1f..a22f15ca 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -16,8 +16,7 @@
-

Nextcloud AIO Beta v0.10.0

- This is beta software and not production ready.

+

Nextcloud AIO v1.0.0

{% set isAnyRunning = false %} {% set isAnyRestarting = false %} @@ -158,7 +157,7 @@ {% endif %} {% if domain != "" and was_start_button_clicked == true %} - You are running the {{ current_channel }} channel. (Logs)

+ You are running the {{ current_channel }} channel. (Logs)

{% endif %} {% if is_backup_container_running == true %} diff --git a/php/templates/setup.twig b/php/templates/setup.twig index 06656e3f..89cd3790 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -4,7 +4,7 @@