From 79e370c6d83c8dc2388adcf22c9cf2afe7d37b30 Mon Sep 17 00:00:00 2001 From: Stefano Scafiti Date: Wed, 22 May 2024 22:47:28 +0200 Subject: [PATCH] update version --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3b91d5..9ae8d81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,16 +29,16 @@ jobs: npm run build - name: Run overview showcase run: | - docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM + docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9.3 npx tsx ./immudb-node-showcase/src/overview-showcase.ts docker stop immudb - name: Run sql showcase run: | - docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM + docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9.3 npx tsx ./immudb-node-showcase/src/sql-showcase.ts docker stop immudb - name: Run zSet showcase run: | - docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9DOM + docker run -d --rm --health-cmd "immuadmin status" --health-interval 10s --health-timeout 5s --health-retries 5 -p 3322:3322 --name immudb codenotary/immudb:1.9.3 npx tsx ./immudb-node-showcase/src/zSet-showcase.ts docker stop immudb