Skip to content

Commit

Permalink
fix registry and image setup
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Nov 4, 2024
1 parent eb58789 commit f7cbe50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build-mistral-image:
uses: ./.github/workflows/workflow-build-image.yaml
with:
registry: quay.io
image-name: redhat-ai-services / modelcar-catalog
registry: quay.io/redhat-ai-services
image-name: modelcar-catalog
context: "mistral-7b-instruct-v0.3"
tag: "mistral-7b-instruct-v0.3"
secrets:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/workflow-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ inputs.image-name }}
# tags: ${{ steps.version.outputs.main_tag }} ${{ steps.version.outputs.date_tag }}
tags: ${{ steps.version.outputs.main_tag }}
tags: ${{ steps.version.outputs.main_tag }} ${{ steps.version.outputs.date_tag }}
context: ${{ inputs.context }}
containerfiles: ${{ inputs.containerfile }}
build-args: HF_TOKEN=${{ secrets.hf-token }}
Expand Down

0 comments on commit f7cbe50

Please sign in to comment.