Skip to content

Adding a workflow to build images. #1

Adding a workflow to build images.

Adding a workflow to build images. #1

Workflow file for this run

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