mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
6249bfc5cb
Copy all test-infra scripts and cloudbuild.yaml from master.
Also cherry-pick the required poll-image Makefile target.
(copied from commit a08fb66fa7
)
12 lines
348 B
YAML
12 lines
348 B
YAML
steps:
|
|
- name: gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db
|
|
entrypoint: scripts/test-infra/push-image.sh
|
|
env:
|
|
- IMAGE_REGISTRY=gcr.io/$PROJECT_ID
|
|
- _GIT_TAG=$_GIT_TAG
|
|
- IMAGE_EXTRA_TAG_NAMES=$_PULL_BASE_REF
|
|
substitutions:
|
|
_GIT_TAG: '0.0.0'
|
|
_PULL_BASE_REF: 'master'
|
|
options:
|
|
substitution_option: ALLOW_LOOSE
|