mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
17 lines
325 B
YAML
17 lines
325 B
YAML
name: Build OASST Postgres image
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- docker/Dockerfile.postgres
|
|
|
|
jobs:
|
|
build-postgres:
|
|
uses: ./.github/workflows/docker-build.yaml
|
|
with:
|
|
image-name: oasst-postgres
|
|
context: ./docker/
|
|
dockerfile: docker/Dockerfile.postgres
|
|
build-args: "" |