mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-03 12:30:24 +08:00
updated release workflow
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
build-backend:
|
||||
uses: ./.github/workflows/docker-build.yaml
|
||||
with:
|
||||
image-name: ocgpt-backend
|
||||
folder: backend
|
||||
build-args: ""
|
||||
Reference in New Issue
Block a user