mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
fix: ci
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./.github/deployment/Dockerfile-affine
|
file: ./.github/deployment/Dockerfile-affine
|
||||||
tags: relocate
|
tags: ghcr.io/toeverything/affine:relocate
|
||||||
target: AFFiNE
|
target: AFFiNE
|
||||||
|
|
||||||
- name: Build and push Docker image (AFFINE-Local)
|
- name: Build and push Docker image (AFFINE-Local)
|
||||||
@@ -70,4 +70,4 @@ jobs:
|
|||||||
push: ${{ github.ref == 'refs/heads/master' && true || false }}
|
push: ${{ github.ref == 'refs/heads/master' && true || false }}
|
||||||
tags: ${{ steps.meta_affine.outputs.tags }}
|
tags: ${{ steps.meta_affine.outputs.tags }}
|
||||||
labels: ${{ steps.meta_affine.outputs.labels }}
|
labels: ${{ steps.meta_affine.outputs.labels }}
|
||||||
target: AFFiNE
|
target: AFFiNE
|
||||||
|
|||||||
Reference in New Issue
Block a user