Skip to content

Commit

Permalink
fix: publish image workflow build args
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Ježek <[email protected]>
  • Loading branch information
jezekra1 committed Oct 17, 2024
1 parent dafa790 commit 4351064
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
build-args:
NEXT_PUBLIC_APP_NAME: "Bee"
NEXT_PUBLIC_FEATURE_FLAGS: '{ "Knowledge": false, "Files": true, "FunctionTools": true, "Observe": true }'
NEXT_PUBLIC_ORGANIZATION_ID_DEFAULT: "org_670cc04869ddffe24f4fd70d"
NEXT_PUBLIC_PROJECT_ID_DEFAULT: "proj_670cc04869ddffe24f4fd70f"
build-args: |
NEXT_PUBLIC_APP_NAME=Bee
NEXT_PUBLIC_FEATURE_FLAGS='{ "Knowledge": false, "Files": true, "FunctionTools": true, "Observe": true }'
NEXT_PUBLIC_ORGANIZATION_ID_DEFAULT=org_670cc04869ddffe24f4fd70d
NEXT_PUBLIC_PROJECT_ID_DEFAULT=proj_670cc04869ddffe24f4fd70f
tags: iambeeagent/bee-ui-local:${{ github.event.release.tag_name }}

0 comments on commit 4351064

Please sign in to comment.