diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 73e5bee037..77f8483209 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -167,7 +167,7 @@ jobs: verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)" fi echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT - - uses: vmware-labs/vmware-image-builder-action@0.4.10 + - uses: vmware-labs/vmware-image-builder-action@0.4.11 name: Verify and publish ${{ needs.get-chart.outputs.chart }} with: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-publish.json diff --git a/.github/workflows/ci-pipeline-extra-thanos.yml b/.github/workflows/ci-pipeline-extra-thanos.yml index bf70721047..e41a73b336 100644 --- a/.github/workflows/ci-pipeline-extra-thanos.yml +++ b/.github/workflows/ci-pipeline-extra-thanos.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - uses: vmware-labs/vmware-image-builder-action@0.4.10 + - uses: vmware-labs/vmware-image-builder-action@0.4.11 with: pipeline: thanos/bucketweb/vib-verify.json env: diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 1482d7766c..89914ffb23 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -117,7 +117,7 @@ jobs: verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)" fi echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT - - uses: vmware-labs/vmware-image-builder-action@0.4.10 + - uses: vmware-labs/vmware-image-builder-action@0.4.11 name: Verify ${{ needs.get-chart.outputs.chart }} with: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json