We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743a196 commit 8e17572Copy full SHA for 8e17572
.github/workflows/build-product.yml
@@ -90,7 +90,7 @@ jobs:
90
fail-fast: true
91
matrix:
92
component: ${{fromJson(needs.prepare-build.outputs.components)}}
93
- uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@free_disk_space
+ uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@main
94
with:
95
component: ${{ matrix.component }}
96
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
0 commit comments