Files
Open-Assistant/.github/workflows/release.yaml
T

14 lines
209 B
YAML

name: Release
on:
release:
types: [released]
jobs:
build-backend:
uses: ./.github/workflows/docker-build.yaml
with:
image-name: oasst-backend
folder: backend
build-args: ""