From 15fb1a3424d0848605281d452d4a394045f9769f Mon Sep 17 00:00:00 2001 From: mpermar Date: Thu, 24 Feb 2022 09:29:59 +0100 Subject: [PATCH] Move us to use the action from the official repo (#9190) Signed-off-by: Martin Perez --- .github/workflows/vib-early-feedback.yaml | 2 +- .github/workflows/vib-redis.yaml | 6 +++--- .github/workflows/vib.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/vib-early-feedback.yaml b/.github/workflows/vib-early-feedback.yaml index ef8bd89015..a56f36698c 100644 --- a/.github/workflows/vib-early-feedback.yaml +++ b/.github/workflows/vib-early-feedback.yaml @@ -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 diff --git a/.github/workflows/vib-redis.yaml b/.github/workflows/vib-redis.yaml index ea34a4db02..41de8236b1 100644 --- a/.github/workflows/vib-redis.yaml +++ b/.github/workflows/vib-redis.yaml @@ -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: diff --git a/.github/workflows/vib.yaml b/.github/workflows/vib.yaml index fe8415d8b9..1771b02b77 100644 --- a/.github/workflows/vib.yaml +++ b/.github/workflows/vib.yaml @@ -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: