mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
Move us to use the action from the official repo (#9190)
Signed-off-by: Martin Perez <martinpe@vmware.com>
This commit is contained in:
2
.github/workflows/vib-early-feedback.yaml
vendored
2
.github/workflows/vib-early-feedback.yaml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- uses: vmware-samples/vmware-image-builder-examples/vib-action@main
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
name: 'Package, Lint and Trivy scan'
|
||||
with:
|
||||
pipeline: vib-early-feedback.json
|
||||
|
||||
6
.github/workflows/vib-redis.yaml
vendored
6
.github/workflows/vib-redis.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- uses: vmware-samples/vmware-image-builder-examples/vib-action@main
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: redis/standalone/vib-platform-verify.json
|
||||
env:
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- uses: vmware-samples/vmware-image-builder-examples/vib-action@main
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: redis/sentinel/vib-platform-verify.json
|
||||
env:
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- uses: vmware-samples/vmware-image-builder-examples/vib-action@main
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: redis/replicas/vib-platform-verify.json
|
||||
env:
|
||||
|
||||
2
.github/workflows/vib.yaml
vendored
2
.github/workflows/vib.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- uses: vmware-samples/vmware-image-builder-examples/vib-action@main
|
||||
- uses: vmware-labs/vmware-image-builder-action@main
|
||||
with:
|
||||
pipeline: vib-platform-verify.json
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user