9191 name : " Build level 0 images"
9292 if : ${{ fromJSON(needs.prepare-matrix.outputs.matrix_0).image[0] != null }}
9393 needs : prepare-matrix
94- uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@main
94+ uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@release-0.9
9595 with :
9696 matrix-config : ${{ needs.prepare-matrix.outputs.matrix_0 }}
9797 branch : ${{ inputs.branch || 'release-0.9' }}
@@ -102,7 +102,7 @@ jobs:
102102 needs :
103103 - prepare-matrix
104104 - build-images
105- uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@main
105+ uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@release-0.9
106106 with :
107107 matrix-config : ${{ needs.prepare-matrix.outputs.matrix_1 }}
108108 branch : ${{ inputs.branch || 'release-0.9' }}
@@ -113,7 +113,7 @@ jobs:
113113 needs :
114114 - prepare-matrix
115115 - build-level1-images
116- uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@main
116+ uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@release-0.9
117117 with :
118118 matrix-config : ${{ needs.prepare-matrix.outputs.matrix_2 }}
119119 branch : ${{ inputs.branch || 'release-0.9' }}
@@ -124,7 +124,7 @@ jobs:
124124 needs :
125125 - prepare-matrix
126126 - build-level2-images
127- uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@main
127+ uses : konveyor/ci/.github/workflows/build-nightly-images.yaml@release-0.9
128128 with :
129129 matrix-config : ${{ needs.prepare-matrix.outputs.matrix_3 }}
130130 branch : ${{ inputs.branch || 'release-0.9' }}
@@ -169,7 +169,7 @@ jobs:
169169 steps :
170170 - name : Run Koncur Testing
171171 id : koncur-test
172- uses : konveyor/ci/koncur-kantra@main
172+ uses : konveyor/ci/koncur-kantra@release-0.9
173173 with :
174174 os : ${{ matrix.os.os }}
175175 image_pattern : |
0 commit comments