Contexts for 7.17.22 #101
This file contains 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: Elasticsearch 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 Elasticsearch Docker image | |
run: docker build elasticsearch |