Skip to content

make containerfile path explicit #8

make containerfile path explicit

make containerfile path explicit #8

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"
containerfiles: ./mistral-7b-instruct-v0.3/Containerfile

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

View workflow run for this annotation

GitHub Actions / build-image

Invalid workflow file

The workflow is not valid. .github/workflows/build-images.yaml (Line: 23, Col: 23): Invalid input, containerfiles is not defined in the referenced workflow.
tag: "mistral-7b-instruct-v0.3"
secrets:
registry-username: ${{ secrets.REGISTRY_USERNAME }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
hf-token: ${{ secrets.HF_TOKEN }}