File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 86
86
- name : Publish package distributions to PyPI
87
87
uses : pypa/gh-action-pypi-publish@release/v1
88
88
89
- - name : Notebook Image Build and Push
90
- run : |
91
- gh workflow run image-build-and-push.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --ref ${{ github.ref }} --field is-stable=${{ github.event.inputs.is-stable }} --field release-version=${{ github.event.inputs.release-version }} --field quay-organization=${{ github.event.inputs.quay-organization }}
92
- env :
93
- GITHUB_TOKEN : ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
94
- shell : bash
95
-
96
- - name : Wait for Notebook image build and push to finish
97
- run : |
98
- # wait for a while for Run to be started
99
- sleep 5
100
- run_id=$(gh run list --workflow image-build-and-push.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --limit 1 --json databaseId --jq .[].databaseId)
101
- gh run watch ${run_id} --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --interval 10 --exit-status
102
- env :
103
- GITHUB_TOKEN : ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
104
- shell : bash
105
-
106
89
- name : Sync ODH Notebooks
107
90
run : |
108
91
gh workflow run odh-notebooks-sync.yml \
You can’t perform that action at this time.
0 commit comments