mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 11:38:05 +01:00
Rename master branch to main (#571)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -2,9 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -4,9 +4,9 @@ on:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # At 00:00 every Sunday
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Elastic stack (ELK) on Docker
|
||||
|
||||
[](https://www.elastic.co/blog/category/releases)
|
||||
[](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amaster)
|
||||
[](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amain)
|
||||
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
Run the latest version of the [Elastic stack][elk-stack] with Docker and Docker Compose.
|
||||
@@ -121,8 +121,8 @@ exclusively. Make sure the repository is cloned in one of those locations or fol
|
||||
|
||||
### Version selection
|
||||
|
||||
This repository tries to stay aligned with the latest version of the Elastic stack. The `master` branch tracks the
|
||||
current major version (7.x).
|
||||
This repository tries to stay aligned with the latest version of the Elastic stack. The `main` branch tracks the current
|
||||
major version (7.x).
|
||||
|
||||
To use a different version of the core Elastic components, simply change the version number inside the `.env` file. If
|
||||
you are upgrading an existing stack, please carefully read the note in the next section.
|
||||
|
||||
Reference in New Issue
Block a user