mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 21:49:00 +08:00
Fix release.yml
This commit is contained in:
parent
e56a60b316
commit
dab58b9311
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}
|
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64 linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/build-and-push-docker-images
|
# https://github.com/marketplace/actions/build-and-push-docker-images
|
||||||
- name: Build and push slim image
|
- name: Build and push slim image
|
||||||
@ -98,7 +98,7 @@ jobs:
|
|||||||
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim
|
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
build-args: LIGHTEN=1
|
build-args: LIGHTEN=1
|
||||||
platforms: linux/amd64 linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
- name: Build ragflow-sdk
|
- name: Build ragflow-sdk
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user