From 83000fa832ea9b65626d60a4c660ba21b0834b17 Mon Sep 17 00:00:00 2001 From: Himself65 Date: Mon, 3 Apr 2023 16:09:41 -0500 Subject: [PATCH] build: fix docker setup (#1799) --- .github/workflows/build-master.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index cf9dcd8df4..3b45ae5727 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -133,7 +133,7 @@ jobs: needs: [build-frontend, build-storybook] services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest + image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 ports: - 3000:3000 env: @@ -194,7 +194,7 @@ jobs: needs: build-frontend services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest + image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 ports: - 3000:3000 env: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53b531a5c0..77154bb23e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,7 @@ jobs: needs: [build, build-storybook] services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest + image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 ports: - 3000:3000 env: @@ -137,7 +137,7 @@ jobs: environment: development services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest + image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 ports: - 3000:3000 env: