From 4a75946baf2037ce0f163fafcfc4e6ea36cfa79f Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Thu, 11 Aug 2022 20:47:25 +0800 Subject: [PATCH] fix: ci --- .github/workflows/affine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/affine.yml b/.github/workflows/affine.yml index 2de1b651b..02cb47411 100644 --- a/.github/workflows/affine.yml +++ b/.github/workflows/affine.yml @@ -58,7 +58,7 @@ jobs: with: context: . file: ./.github/deployment/Dockerfile-affine - tags: relocate + tags: ghcr.io/toeverything/affine:relocate target: AFFiNE - name: Build and push Docker image (AFFINE-Local) @@ -70,4 +70,4 @@ jobs: push: ${{ github.ref == 'refs/heads/master' && true || false }} tags: ${{ steps.meta_affine.outputs.tags }} labels: ${{ steps.meta_affine.outputs.labels }} - target: AFFiNE \ No newline at end of file + target: AFFiNE