Fixed release.yml
This commit is contained in:
parent
d8eea624e2
commit
f576c555e4
1 changed files with 5 additions and 12 deletions
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
|
|
@ -85,12 +85,9 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags:
|
||||
- infiniflow/ragflow:${{ env.RELEASE_TAG }}
|
||||
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}
|
||||
file: Dockerfile
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
platforms: linux/amd64 linux/arm64
|
||||
|
||||
# https://github.com/marketplace/actions/build-and-push-docker-images
|
||||
- name: Build and push slim image
|
||||
|
|
@ -98,14 +95,10 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags:
|
||||
- infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim
|
||||
tags: infiniflow/ragflow:${{ env.RELEASE_TAG }}-slim
|
||||
file: Dockerfile
|
||||
build-args:
|
||||
- LIGHTEN=1
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
build-args: LIGHTEN=1
|
||||
platforms: linux/amd64 linux/arm64
|
||||
|
||||
- name: Build ragflow-sdk
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue