mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: use the latest docker service (#1711)
This commit is contained in:
4
.github/workflows/build-master.yml
vendored
4
.github/workflows/build-master.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
needs: build-frontend
|
||||
services:
|
||||
octobase:
|
||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
env:
|
||||
@@ -148,7 +148,7 @@ jobs:
|
||||
needs: build-frontend
|
||||
services:
|
||||
octobase:
|
||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
env:
|
||||
|
||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -163,7 +163,7 @@ jobs:
|
||||
checks: write
|
||||
services:
|
||||
octobase:
|
||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
env:
|
||||
@@ -274,7 +274,7 @@ jobs:
|
||||
checks: write
|
||||
services:
|
||||
octobase:
|
||||
image: ghcr.io/toeverything/cloud:nightly-latest
|
||||
image: ghcr.io/toeverything/cloud-self-hosted:nightly-latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user