Files
charts/.github/workflows/vib-harbor.yml
superaleks 85c67c1f5d [bitnami/*] Fixing the inconsistencies (#9759)
* Fixing the inconsistencies

Signed-off-by: alukic <alukic@vmware.com>

* Fixed environment variable name

Signed-off-by: alukic <alukic@vmware.com>

* Changed variable name for PhpMyAdmin

Signed-off-by: alukic <alukic@vmware.com>

* Removed unused references to matrix platform

Signed-off-by: alukic <alukic@vmware.com>

* Apply review suggestion

Signed-off-by: alukic <alukic@vmware.com>

* Change variable names

Signed-off-by: alukic <alukic@vmware.com>

* Space

Signed-off-by: alukic <alukic@vmware.com>

* Fix the space miniO

Signed-off-by: alukic <alukic@vmware.com>

* Missing space solR workflow

Signed-off-by: alukic <alukic@vmware.com>

* Naming convention

Signed-off-by: alukic <alukic@vmware.com>

* Fixing the inconsistencies

Signed-off-by: alukic <alukic@vmware.com>

* Fixed environment variable name

Signed-off-by: alukic <alukic@vmware.com>

* Changed variable name for PhpMyAdmin

Signed-off-by: alukic <alukic@vmware.com>

* Removed unused references to matrix platform

Signed-off-by: alukic <alukic@vmware.com>

* Apply review suggestion

Signed-off-by: alukic <alukic@vmware.com>

* Change variable names

Signed-off-by: alukic <alukic@vmware.com>

* Space

Signed-off-by: alukic <alukic@vmware.com>

* Fix the space miniO

Signed-off-by: alukic <alukic@vmware.com>

* Missing space solR workflow

Signed-off-by: alukic <alukic@vmware.com>

* Naming convention

Signed-off-by: alukic <alukic@vmware.com>
2022-04-12 17:03:27 +02:00

33 lines
1014 B
YAML

name: 'vib'
on: # rebuild any PRs and main branch changes
pull_request_target:
branches:
- master
paths:
- 'bitnami/harbor/*'
env:
CSP_API_URL: https://console.cloud.vmware.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
jobs:
vib-verify:
runs-on: ubuntu-latest
environment: vmware-image-builder
strategy:
matrix:
include:
- target-platform: Tanzu Kubernetes Grid
target-platform-id: 7ddab896-2e4e-4d58-a501-f79897eba3a0
fail-fast: false
name: Harbor on ${{ matrix.target-platform }}
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: vmware-labs/vmware-image-builder-action@main
with:
pipeline: harbor/vib-complete-verify.json
env:
VIB_ENV_TARGET_PLATFORM: ${{ matrix.target-platform-id }}