Skip to content

Commit

Permalink
Add ElasticSearch 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr authored Mar 31, 2023
1 parent 4c70a95 commit 7cada6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- "8.4"
- "8.5"
- "8.6"
- "8.7"
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -71,4 +72,4 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: ES_VERSION=${{ env.ES_VERSION }}
push: ${{ github.ref == 'refs/heads/main' && !env.ACT }}
tags: ghcr.io/${{ github.repository_owner }}/elasticsearch:${{ matrix.version }}, wardenenv/elasticsearch:${{matrix.version}}
tags: ghcr.io/${{ github.repository_owner }}/elasticsearch:${{ matrix.version }}, wardenenv/elasticsearch:${{matrix.version}}

0 comments on commit 7cada6d

Please sign in to comment.