From 8d6ded2fcc98ca22175af845816056341b5ee2db Mon Sep 17 00:00:00 2001 From: DarkSky Date: Thu, 11 Aug 2022 23:09:35 +0800 Subject: [PATCH] chore: ci --- .github/deployment/Dockerfile-affine-multiplatform | 2 +- .github/workflows/affine.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)