1
0
mirror of https://github.com/openshift/image-registry.git synced 2026-02-05 09:45:55 +01:00
Files
image-registry/vendor/cel.dev/expr/cloudbuild.yaml
Ricardo Maraschini fcb7f1f970 IR-350: bump openshift/library-go
the ciphers validation process hass been completely refactored since the
previou version.
2026-01-15 17:26:34 +01:00

10 lines
184 B
YAML

steps:
- name: 'gcr.io/cloud-builders/bazel:7.3.2'
entrypoint: bazel
args: ['build', '...']
id: bazel-build
waitFor: ['-']
timeout: 15m
options:
machineType: 'N1_HIGHCPU_32'