Skip to content

add modelcar builder image #14

add modelcar builder image

add modelcar builder image #14

Workflow file for this run

name: build-image

Check failure on line 1 in .github/workflows/build-images.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-images.yaml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- huggingface-modelcar-builder/**
paths-ignore:
- .github/**
- .gitignore
- LICENSE
- README.md
- docs/**
jobs:
build-huggingface-modelcar-builder-image:
uses: ./.github/workflows/workflow-build-image.yaml
with:
registry: quay.io/redhat-ai-services
image-name: huggingface-modelcar-builder
context: huggingface-modelcar-builder
push-latest: true
secrets:
registry-username: ${{ secrets.REGISTRY_USERNAME }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
# build-mistral-image:
# uses: ./.github/workflows/workflow-build-image.yaml
# with:
# registry: quay.io/redhat-ai-services
# image-name: modelcar-catalog
# context: "mistral-7b-instruct-v0.3"
# containerfile: ./mistral-7b-instruct-v0.3/Containerfile
# tag: "mistral-7b-instruct-v0.3"
# secrets:
# registry-username: ${{ secrets.REGISTRY_USERNAME }}
# registry-password: ${{ secrets.REGISTRY_PASSWORD }}
# hf-token: ${{ secrets.HF_TOKEN }}