File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,5 +218,5 @@ jobs:
218218 needs : publish
219219 uses : ./.github/workflows/conformance.yml
220220 with :
221- cli_image : " ghcr.io/open-component-model /cli:${{ needs.publish.outputs.image_tag }}@${{ needs.publish.outputs.image_digest }}"
221+ cli_image : " ghcr.io/${{ github.repository_owner }} /cli:${{ needs.publish.outputs.image_tag }}@${{ needs.publish.outputs.image_digest }}"
222222 secrets : inherit
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ concurrency:
3434 cancel-in-progress : true
3535
3636env :
37- CLI_IMAGE : ${{ inputs.cli_image || 'ghcr.io/open-component-model/cli:main' }}
38- TOOLKIT_IMAGE : ${{ inputs.toolkit_image || 'ghcr.io/open-component-model/kubernetes/controller/chart:0.0.0-c837a09 ' }}
37+ CLI_IMAGE : ${{ inputs.cli_image || 'ghcr.io/open-component-model/cli:0.0.0- main' }}
38+ TOOLKIT_IMAGE : ${{ inputs.toolkit_image || 'ghcr.io/open-component-model/kubernetes/controller/chart:0.0.0-main ' }}
3939
4040jobs :
4141 conformance :
Original file line number Diff line number Diff line change @@ -170,5 +170,5 @@ jobs:
170170 needs : publish_latest
171171 uses : ./.github/workflows/conformance.yml
172172 with :
173- toolkit_image : " ghcr.io/open-component-model /kubernetes/controller/chart:${{ needs.publish_latest.outputs.chart_version }}"
173+ toolkit_image : " ghcr.io/${{ github.repository_owner }} /kubernetes/controller/chart:${{ needs.publish_latest.outputs.chart_version }}"
174174 secrets : inherit
You can’t perform that action at this time.
0 commit comments