Skip to content

Commit 49613e3

Browse files
authored
Merge pull request #207 from morri-son/correct-conformance-defaults
Correct conformance defaults
2 parents 3c6115b + 8f5d51b commit 49613e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ concurrency:
3434
cancel-in-progress: true
3535

3636
env:
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

4040
jobs:
4141
conformance:

.github/workflows/kubernetes-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)