Skip to content

fix registry and image setup #6

fix registry and image setup

fix registry and image setup #6

Workflow file for this run

name: build-image
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- .github/**
- .gitignore
- LICENSE
- README.md
- docs/**
jobs:
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"
tag: "mistral-7b-instruct-v0.3"
secrets:
registry-username: ${{ secrets.REGISTRY_USERNAME }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
hf-token: ${{ secrets.HF_TOKEN }}