mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 03:15:53 +08:00
Update vib-action-test.yml
Change vmware-image-builder-action branch Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
4
.github/workflows/vib-action-test.yml
vendored
4
.github/workflows/vib-action-test.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Full history is not required anymore
|
# Full history is not required anymore
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- uses: javierfreire/vmware-image-builder-action@artifact-actions-v4
|
- uses: vmware-labs/vmware-image-builder-action@artifact-actions-v4
|
||||||
name: Verify
|
name: Verify
|
||||||
with:
|
with:
|
||||||
pipeline: pgpool/vib-verify.json
|
pipeline: pgpool/vib-verify.json
|
||||||
@@ -44,4 +44,4 @@ jobs:
|
|||||||
name: Get report
|
name: Get report
|
||||||
run: |
|
run: |
|
||||||
vib_report_file=$(find ~/artifacts -name "report.json" -print -quit)
|
vib_report_file=$(find ~/artifacts -name "report.json" -print -quit)
|
||||||
cat "$vib_report_file"
|
cat "$vib_report_file"
|
||||||
|
|||||||
Reference in New Issue
Block a user