From 934e377054f0f11a1faf0a5e670eb7ff3868a9f7 Mon Sep 17 00:00:00 2001 From: liuyi Date: Mon, 23 Jun 2025 15:57:02 +0800 Subject: [PATCH] ci: update docker image name --- .docker/selfhost/compose.yml | 4 ++-- .github/helm/affine/charts/doc/values.yaml | 2 +- .github/helm/affine/charts/graphql/values.yaml | 2 +- .github/helm/affine/charts/renderer/values.yaml | 2 +- .github/helm/affine/charts/sync/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.docker/selfhost/compose.yml b/.docker/selfhost/compose.yml index 7d3139e3e5..d4c4ea2e72 100644 --- a/.docker/selfhost/compose.yml +++ b/.docker/selfhost/compose.yml @@ -1,7 +1,7 @@ name: affine services: affine: - image: ghcr.io/toeverything/affine-graphql:${AFFINE_REVISION:-stable} + image: ghcr.io/toeverything/affine:${AFFINE_REVISION:-stable} container_name: affine_server ports: - '${PORT:-3010}:3010' @@ -25,7 +25,7 @@ services: restart: unless-stopped affine_migration: - image: ghcr.io/toeverything/affine-graphql:${AFFINE_REVISION:-stable} + image: ghcr.io/toeverything/affine:${AFFINE_REVISION:-stable} container_name: affine_migration_job volumes: # custom configurations diff --git a/.github/helm/affine/charts/doc/values.yaml b/.github/helm/affine/charts/doc/values.yaml index 264f51ae4d..d46f418fd8 100644 --- a/.github/helm/affine/charts/doc/values.yaml +++ b/.github/helm/affine/charts/doc/values.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - repository: ghcr.io/toeverything/affine-graphql + repository: ghcr.io/toeverything/affine pullPolicy: IfNotPresent tag: '' diff --git a/.github/helm/affine/charts/graphql/values.yaml b/.github/helm/affine/charts/graphql/values.yaml index 9969ca69bc..3e0da68f69 100644 --- a/.github/helm/affine/charts/graphql/values.yaml +++ b/.github/helm/affine/charts/graphql/values.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - repository: ghcr.io/toeverything/affine-graphql + repository: ghcr.io/toeverything/affine pullPolicy: IfNotPresent tag: '' diff --git a/.github/helm/affine/charts/renderer/values.yaml b/.github/helm/affine/charts/renderer/values.yaml index 090b9a375b..9b9e8d3326 100644 --- a/.github/helm/affine/charts/renderer/values.yaml +++ b/.github/helm/affine/charts/renderer/values.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - repository: ghcr.io/toeverything/affine-graphql + repository: ghcr.io/toeverything/affine pullPolicy: IfNotPresent tag: '' diff --git a/.github/helm/affine/charts/sync/values.yaml b/.github/helm/affine/charts/sync/values.yaml index 5c958f97fd..11a981ba8a 100644 --- a/.github/helm/affine/charts/sync/values.yaml +++ b/.github/helm/affine/charts/sync/values.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - repository: ghcr.io/toeverything/affine-graphql + repository: ghcr.io/toeverything/affine pullPolicy: IfNotPresent tag: ''