Skip to content

Commit

Permalink
Merge pull request #1 from s9-sukyu/master
Browse files Browse the repository at this point in the history
ver 8.12.2-3.1.0 にしてみる
  • Loading branch information
cp-20 authored Mar 29, 2024
2 parents b05e170 + c381da9 commit f2437fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

env:
IMAGE_NAME: es-with-sudachi-crowi
ELASTIC_VER: 6.3.2
ELASTIC_VER: 8.8.1
SUDACHI_VER: 0.5.3-SNAPSHOT
SUDACHI_PLUGIN_VER: 2.1.0
SUDACHI_PLUGIN_VER: 3.1.0

jobs:
build-image:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build distZip
run: |
cd elasticsearch-sudachi
./gradlew -q -PelasticsearchVersion=6.3.2 distZip
./gradlew -q -PelasticsearchVersion=8.8.1 distZip
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -107,3 +107,4 @@ jobs:
SUDACHI_PLUGIN_VER=${{ env.SUDACHI_PLUGIN_VER }}
tags: |
ghcr.io/traptitech/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ELASTIC_VER
ARG SUDACHI_PLUGIN_VER
ARG SUDACHI_DICT_VER=20211220
ARG SUDACHI_DICT_VER=20240109


FROM alpine:latest as dict-builder
Expand Down

0 comments on commit f2437fb

Please sign in to comment.