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 7166482 commit 029e109Copy full SHA for 029e109
.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@new_deployment-product_token
+ uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@new_deployment
94
with:
95
component: ${{ matrix.component }}
96
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
0 commit comments