Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Elasticsearch Docker Image CI

on:
push:
branches: [ "7.16", "7.17", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
branches: [ "7.17", "8.17", "8.18", "8.19", "9.0", "9.1"]
pull_request:
branches: [ "7.16", "7.17", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
branches: [ "7.17", "8.17", "8.18", "8.19", "9.0", "9.1"]

jobs:

Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build the Elasticsearch Docker image
run: docker build elasticsearch
6 changes: 3 additions & 3 deletions .github/workflows/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Kibana Docker Image CI

on:
push:
branches: [ "7.16", "7.17", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
branches: [ "7.17", "8.17", "8.18", "8.19", "9.0", "9.1"]
pull_request:
branches: [ "7.16", "7.17", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
branches: [ "7.17", "8.17", "8.18", "8.19", "9.0", "9.1"]

jobs:

Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build the Kibana Docker image
run: docker build kibana
6 changes: 3 additions & 3 deletions .github/workflows/logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Logstash Docker Image CI

on:
push:
branches: [ "7.16", "7.17", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
branches: ["8.17", "8.18", "8.19", "9.0", "9.1"]
pull_request:
branches: [ "7.16", "7.17", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
branches: ["8.17", "8.18", "8.19", "9.0", "9.1"]

jobs:

Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build the Logstash Docker image
run: docker build logstash