File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 90
90
uses : docker/build-push-action@v3
91
91
with :
92
92
push : ${{ github.event_name != 'pull_request' }}
93
- tags : jruaux/trino-redisearch :early-access
93
+ tags : fieldengineering/redis-sql :early-access
Original file line number Diff line number Diff line change 94
94
uses : docker/build-push-action@v3
95
95
with :
96
96
push : ${{ github.event_name != 'pull_request' }}
97
- tags : jruaux/trino-redisearch :latest,jruaux/trino-redisearch :${{ github.event.inputs.version }}
97
+ tags : fieldengineering/redis-sql :latest,fieldengineering/redis-sql :${{ github.event.inputs.version }}
98
98
99
99
- name : Deploy
100
100
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 1
1
ARG TRINO_VERSION=395
2
2
3
3
FROM docker.io/library/maven:3.8.6-openjdk-18 AS builder
4
- WORKDIR /root/trino-redisearch
5
- COPY . /root/trino-redisearch
4
+ WORKDIR /root/redis-sql
5
+ COPY . /root/redis-sql
6
6
ENV MAVEN_FAST_INSTALL="-DskipTests -Dair.check.skip-all=true -Dmaven.javadoc.skip=true -B -q -T C1"
7
7
RUN mvn package $MAVEN_FAST_INSTALL
8
8
9
9
FROM trinodb/trino:${TRINO_VERSION}
10
10
11
- COPY --from=builder --chown=trino:trino /root/trino-redisearch /target/trino-redisearch -*/* /usr/lib/trino/plugin/redisearch/
11
+ COPY --from=builder --chown=trino:trino /root/redis-sql /target/redis-sql -*/* /usr/lib/trino/plugin/redisearch/
12
12
13
13
USER root:root
14
14
RUN apt-get update
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
restart : always
11
11
12
12
trino :
13
- image : jruaux/trino-redisearch
13
+ image : fieldengineering/redis-sql
14
14
hostname : trino
15
15
container_name : trino
16
16
ports :
Original file line number Diff line number Diff line change 1
1
project :
2
2
name : redis-sql
3
- description : SQL interface for RediSearch
4
- longDescription : SQL interface and JDBC driver for RediSearch
3
+ description : Trino Connector for RediSearch
4
+ longDescription : Trino Connector for RediSearch
5
5
links :
6
6
homepage : https://github.com/redis-field-engineering/redis-sql
7
7
authors :
@@ -56,7 +56,7 @@ announce:
56
56
message : ' 🚀 Redis SQL {{projectVersion}} has been released! {{releaseNotesUrl}}'
57
57
58
58
distributions :
59
- trino-redisearch :
59
+ redis-sql :
60
60
artifacts :
61
61
- path : target/{{distributionName}}-{{projectVersion}}.zip
62
62
transform : ' {{distributionName}}-{{projectEffectiveVersion}}.zip'
You can’t perform that action at this time.
0 commit comments