Skip to content

Commit

Permalink
Update ai_toolkit_workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavneet123 authored Jan 8, 2025
1 parent b3e8b7b commit a9f8718
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ai_toolkit_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Bundle build and push
run: |
export VERSION="${{ github.event.inputs.VERSION }}"
export BUNDLE_IMG="quay.io/openshift-ai-toolkit/openshift-ai-toolkit-operator-bundle-test:v$(VERSION)"
echo $BUNDLE_IMG
- name: running make commands
run: make generate manifests

Expand All @@ -44,8 +50,9 @@ jobs:
- name: Bundle build and push
run: |
export VERSION="${{ github.event.inputs.VERSION }}"
export BUNDLE_IMG=quay.io/openshift-ai-toolkit/openshift-ai-toolkit-operator-bundle-test:v$(VERSION)
make bundle-build bundle-push
export BUNDLE_IMG="quay.io/openshift-ai-toolkit/openshift-ai-toolkit-operator-bundle-test:v$(VERSION)"
echo $BUNDLE_IMG
#make bundle-build bundle-push

#docker save -o catalogBuild.tar quay.io/openshift-ai-toolkit/openshift-ai-toolkit-operator-catalog-test:latest
# docker images
Expand Down

0 comments on commit a9f8718

Please sign in to comment.