diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index d56768dd14..fb749a1a43 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -163,7 +163,7 @@ jobs: needs: [build-frontend, build-storybook] services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 + image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest ports: - 3000:3000 env: @@ -224,7 +224,7 @@ jobs: needs: build-frontend services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 + image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest ports: - 3000:3000 env: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa31d0638c..8326705620 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,7 @@ jobs: needs: [build, build-storybook] services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 + image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest ports: - 3000:3000 env: @@ -178,7 +178,7 @@ jobs: environment: development services: octobase: - image: ghcr.io/toeverything/cloud-self-hosted:canary-f94f1fa59a3ae1e72f4c776ce6ddc18d86c65ed5-1653 + image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest ports: - 3000:3000 env: