Disable registry push in post workflow (#1132)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m5s
Post / coverage (push) Failing after 38m29s
Post / images (amd64, addon-manager) (push) Failing after 8m35s
Post / images (amd64, placement) (push) Failing after 7m52s
Post / images (amd64, registration) (push) Failing after 8m0s
Post / images (amd64, registration-operator) (push) Failing after 7m57s
Post / images (amd64, work) (push) Failing after 7m54s
Post / images (arm64, addon-manager) (push) Failing after 8m1s
Post / images (arm64, placement) (push) Failing after 7m48s
Post / images (arm64, registration) (push) Failing after 7m46s
Post / images (arm64, registration-operator) (push) Failing after 7m45s
Post / images (arm64, work) (push) Failing after 7m41s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 55s

Set push-to-registry to false to prevent automatic pushing
to the registry during post workflow execution.

Signed-off-by: zhujian <jiazhu@redhat.com>
This commit is contained in:
Jian Zhu
2025-08-19 22:36:33 +08:00
committed by GitHub
parent 11363f9184
commit dba1c359a1

View File

@@ -86,7 +86,7 @@ jobs:
subject-name: quay.io/open-cluster-management/${{ matrix.image-name }}
subject-digest: ${{ env.IMAGE_DIGEST }}
sbom-path: 'sbom.spdx.json'
push-to-registry: true
push-to-registry: false
image-manifest:
name: image manifest
runs-on: ubuntu-latest
@@ -132,7 +132,7 @@ jobs:
subject-name: quay.io/open-cluster-management/${{ matrix.image-name }}
subject-digest: ${{ env.IMAGE_DIGEST_LATEST }}
sbom-path: 'sbom.spdx.json'
push-to-registry: true
push-to-registry: false
trigger-clusteradm-e2e:
needs: [ images, image-manifest ]
name: trigger clusteradm e2e