Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Nov 4, 2024
1 parent 3ce7168 commit 2cfec2e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ on:
- README.md
- docs/**

env:
REGISTRY: quay.io/redhat-ai-services
IMAGE_NAME: modelcar-catalog

jobs:
build-granite-image:
uses: ./.github/workflows/workflow-build-image.yaml
with:
registry: ${REGISTRY}
image-name: ${IMAGE_NAME}
registry: quay.io/redhat-ai-services
image-name: modelcar-catalog
context: granite-3.0-2b-instruct
containerfile: ./granite-3.0-2b-instruct/Containerfile
tag: "granite-3.0-2b-instruct"
Expand All @@ -34,8 +30,8 @@ jobs:
# build-mistral-image:
# uses: ./.github/workflows/workflow-build-image.yaml
# with:
# registry: ${REGISTRY}
# image-name: ${IMAGE_NAME}
# 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"
Expand Down

0 comments on commit 2cfec2e

Please sign in to comment.