Contexts for 7.17.25 (#183) #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Kibana Docker Image CI | |
| on: | |
| push: | |
| branches: [ "7.16", "7.17", "8.0" ] | |
| pull_request: | |
| branches: [ "7.16", "7.17", "8.0" ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Build the Kibana Docker image | |
| run: docker build kibana |