13
13
types : [opened, synchronize, reopened]
14
14
15
15
env :
16
- BASE_DEPLOY_URL : https://repo.hops.works/master
16
+ BASE_DOWNLOAD_URL : https://repo.hops.works/master
17
17
ARM_IMAGE_NAME : rondb-standalone-arm64
18
18
X86_IMAGE_NAME : rondb-standalone-amd64
19
19
59
59
- name : Build and run Docker Compose cluster with benchmarking for RONDB_VERSION_LTS
60
60
run : |
61
61
./run.sh -lv \
62
- --rondb-tarball-url $BASE_DEPLOY_URL /$LTS_X86_TARBALL_NAME \
62
+ --rondb-tarball-url $BASE_DOWNLOAD_URL /$LTS_X86_TARBALL_NAME \
63
63
--rondb-version $RONDB_VERSION_LTS \
64
64
--size mini \
65
65
--run-benchmark sysbench_single \
@@ -126,7 +126,7 @@ jobs:
126
126
--tag rondb-standalone:$RONDB_VERSION_STABLE-$VERSION \
127
127
--build-arg RONDB_VERSION=$RONDB_VERSION_STABLE \
128
128
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \
129
- --build-arg RONDB_X86_TARBALL_URI=$BASE_DEPLOY_URL /$STABLE_X86_TARBALL_NAME
129
+ --build-arg RONDB_X86_TARBALL_URI=$BASE_DOWNLOAD_URL /$STABLE_X86_TARBALL_NAME
130
130
131
131
- name : Push X86 images to Dockerhub
132
132
if : github.repository == 'logicalclocks/rondb-docker' && (startsWith(github.ref_name, 'release-') || github.ref_name == 'main')
@@ -186,7 +186,7 @@ jobs:
186
186
--output type=registry \
187
187
--build-arg RONDB_VERSION=$RONDB_VERSION_LTS \
188
188
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \
189
- --build-arg RONDB_ARM_TARBALL_URI=$BASE_DEPLOY_URL /$LTS_ARM_TARBALL_NAME \
189
+ --build-arg RONDB_ARM_TARBALL_URI=$BASE_DOWNLOAD_URL /$LTS_ARM_TARBALL_NAME \
190
190
--cache-to type=registry,ref=hopsworks/rondb-standalone-cache,mode=max \
191
191
--cache-from type=registry,ref=hopsworks/rondb-standalone-cache,mode=max
192
192
@@ -204,7 +204,7 @@ jobs:
204
204
--output type=registry \
205
205
--build-arg RONDB_VERSION=$RONDB_VERSION_STABLE \
206
206
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \
207
- --build-arg RONDB_ARM_TARBALL_URI=$BASE_DEPLOY_URL /$STABLE_ARM_TARBALL_NAME \
207
+ --build-arg RONDB_ARM_TARBALL_URI=$BASE_DOWNLOAD_URL /$STABLE_ARM_TARBALL_NAME \
208
208
--cache-to type=registry,ref=hopsworks/rondb-standalone-cache,mode=max \
209
209
--cache-from type=registry,ref=hopsworks/rondb-standalone-cache,mode=max
210
210
0 commit comments