Skip to content

Copy impasta.

Copy impasta. #3

Workflow file for this run

name: Build Images
on: push
jobs:
build-image-pull-model:
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1
with:
image_name: genai-stack--pull-model
tag: ${{ github.sha }}
dockerfile: pull_model.Dockerfile
secrets: inherit
build-image-python:
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1
with:
image_name: genai-stack--python
tag: ${{ github.sha }}
dockerfile: py/Dockerfile
secrets: inherit