mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
f57d29664f
commit
5ba2011462
1
.github/workflows/cd-pipeline.yml
vendored
1
.github/workflows/cd-pipeline.yml
vendored
@@ -160,7 +160,6 @@ jobs:
|
||||
pipeline: ${{ needs.get-chart.outputs.chart }}/vib-publish.json
|
||||
config: charts/.vib/
|
||||
verification-mode: ${{ steps.get-asset-vib-config.outputs.verification_mode }}
|
||||
retry-count: 6
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }}
|
||||
VIB_ENV_ALTERNATIVE_TARGET_PLATFORM: ${{ secrets.VIB_ENV_ALTERNATIVE_TARGET_PLATFORM }}
|
||||
|
||||
@@ -32,6 +32,5 @@ jobs:
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: thanos/bucketweb/vib-verify.json
|
||||
retry-count: 6
|
||||
env:
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }}
|
||||
|
||||
1
.github/workflows/ci-pipeline.yml
vendored
1
.github/workflows/ci-pipeline.yml
vendored
@@ -115,7 +115,6 @@ jobs:
|
||||
with:
|
||||
pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json
|
||||
verification-mode: ${{ steps.get-asset-vib-config.outputs.verification_mode }}
|
||||
retry-count: 6
|
||||
env:
|
||||
# Target-Platform used by default
|
||||
VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }}
|
||||
|
||||
Reference in New Issue
Block a user