Skip to content

Commit 68abc0a

Browse files
committed
Renamed env var
1 parent bf47e27 commit 68abc0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_and_deploy.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
types: [opened, synchronize, reopened]
1414

1515
env:
16-
BASE_DEPLOY_URL: https://repo.hops.works/master
16+
BASE_DOWNLOAD_URL: https://repo.hops.works/master
1717
ARM_IMAGE_NAME: rondb-standalone-arm64
1818
X86_IMAGE_NAME: rondb-standalone-amd64
1919

@@ -59,7 +59,7 @@ jobs:
5959
- name: Build and run Docker Compose cluster with benchmarking for RONDB_VERSION_LTS
6060
run: |
6161
./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 \
6363
--rondb-version $RONDB_VERSION_LTS \
6464
--size mini \
6565
--run-benchmark sysbench_single \
@@ -126,7 +126,7 @@ jobs:
126126
--tag rondb-standalone:$RONDB_VERSION_STABLE-$VERSION \
127127
--build-arg RONDB_VERSION=$RONDB_VERSION_STABLE \
128128
--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
130130
131131
- name: Push X86 images to Dockerhub
132132
if: github.repository == 'logicalclocks/rondb-docker' && (startsWith(github.ref_name, 'release-') || github.ref_name == 'main')
@@ -186,7 +186,7 @@ jobs:
186186
--output type=registry \
187187
--build-arg RONDB_VERSION=$RONDB_VERSION_LTS \
188188
--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 \
190190
--cache-to type=registry,ref=hopsworks/rondb-standalone-cache,mode=max \
191191
--cache-from type=registry,ref=hopsworks/rondb-standalone-cache,mode=max
192192
@@ -204,7 +204,7 @@ jobs:
204204
--output type=registry \
205205
--build-arg RONDB_VERSION=$RONDB_VERSION_STABLE \
206206
--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 \
208208
--cache-to type=registry,ref=hopsworks/rondb-standalone-cache,mode=max \
209209
--cache-from type=registry,ref=hopsworks/rondb-standalone-cache,mode=max
210210

0 commit comments

Comments
 (0)