diff --git a/.github/deployment/Dockerfile-affine-multiplatform b/.github/deployment/Dockerfile-affine-multiplatform index 47200ae8d..de0146219 100644 --- a/.github/deployment/Dockerfile-affine-multiplatform +++ b/.github/deployment/Dockerfile-affine-multiplatform @@ -1,4 +1,4 @@ -FROM ghcr.io/toeverything/affine:relocate as relocate +FROM relocate as relocate # ============= # AFFiNE image diff --git a/.github/workflows/affine.yml b/.github/workflows/affine.yml index 62febad8c..968550e92 100644 --- a/.github/workflows/affine.yml +++ b/.github/workflows/affine.yml @@ -59,7 +59,7 @@ jobs: context: . load: true file: ./.github/deployment/Dockerfile-affine - tags: ghcr.io/toeverything/affine:relocate + tags: relocate target: AFFiNE - name: Build and push Docker image (AFFINE-Local)