mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 10:06:17 +08:00
feat: affine-embed-header
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM node:16-alpine as builder
|
||||
ARG HUBSPOT_API_SECRET
|
||||
ARG AFFINE_EMBED_HEADER
|
||||
WORKDIR /app
|
||||
RUN apk add git && npm i -g pnpm@7
|
||||
COPY . .
|
||||
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
tags: ${{ env.LOCAL_CACHE }}
|
||||
target: AFFiNE
|
||||
build-args: |
|
||||
HUBSPOT_API_SECRET=${{ secrets.HUBSPOT_API_SECRET }}
|
||||
AFFINE_EMBED_HEADER=${{ secrets.AFFINE_EMBED_HEADER }}
|
||||
|
||||
- name: Build and push Docker image (AFFINE-Local)
|
||||
uses: docker/build-push-action@v3
|
||||
|
||||
Reference in New Issue
Block a user