diff --git a/BUILDING.md b/BUILDING.md index c1743a7..918a0ab 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -2,6 +2,12 @@ The build process consist in build the container image that you will use to deploy your container instances. +## Manual building + +Refer to the [CONSOLE GUIDE](guides/console/BUILDING.md). + +## GitHub workflow-based building + 1. Go to **Actions** 2. Select the target **Build** under **Workflows** 3. Click on **Run Workflow** and confirm @@ -11,7 +17,3 @@ The build process consist in build the container image that you will use to depl ✅ When done **the build will be available** at your target container registry. ![Build log](src/build-log.png) - -## Manual building - -Refer to the [CONSOLE GUIDE](guides/console/BUILDING.md). diff --git a/SETUP.md b/SETUP.md index 98facb4..731690e 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,5 +1,11 @@ # Setup +## Manual setup + +Refer to the [CONSOLE GUIDE](guides/console/SETUP.md). + +## GitHub repo setup + * Click the [Use this template](https://github.com/chevereto/docker-builder/generate) button A prompt like this will appear, we recommend using a private repo. @@ -30,7 +36,3 @@ By default this repository uses your Chevereto license to download the latest Ch | REPO_APP_ACCESS_TOKEN | Personal Access Token for the repo above | You can also put the contents of your custom Chevereto based application in the `/chevereto` folder before building the image. - -## Manual setup - -Refer to the [CONSOLE GUIDE](guides/console/SETUP.md). diff --git a/UPDATING.md b/UPDATING.md index 5454dee..44dd9d1 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -2,7 +2,11 @@ The update process consist in that you pull our `chevereto/container-builder` repo changes for updating the Dockerfile. From there you can re-build the image, with the updated changes. -## One-click updating +## Manual updating + +Refer to the [CONSOLE GUIDE](guides/console/UPDATING.md). + +## GitHub one-click updating 1. Go to **Actions** 2. Select **Update** under **Workflows** @@ -13,7 +17,3 @@ The update process consist in that you pull our `chevereto/container-builder` re 🤖 When done **a bot will create a pull request** in your repo so you can review and confirm the changes. ![Update template](src/update-merge.png) - -## Manual updating - -Refer to the [CONSOLE GUIDE](guides/console/UPDATING.md).