Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit fd2cd71

Browse files
authored
Merge pull request #68 from mukhoakash/build-fix
Fixing the pipeline to push build images
2 parents 367aa59 + 448a75a commit fd2cd71

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: cloudbuild.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ timeout: 3000s
33
options:
44
substitution_option: ALLOW_LOOSE
55
steps:
6-
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
6+
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
77
entrypoint: make
88
args: ['build']
9-
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
9+
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
1010
entrypoint: make
1111
args: ['push']

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
k8s.io/client-go v0.24.2
1414
k8s.io/klog/v2 v2.70.1
1515
sigs.k8s.io/container-object-storage-interface-api v0.0.0-20220806044417-5d7517114883
16-
sigs.k8s.io/container-object-storage-interface-spec v0.0.0-20220804173401-3154aa8927e3
16+
sigs.k8s.io/container-object-storage-interface-spec v0.0.0-20220811182913-3c421cfc2830
1717
sigs.k8s.io/controller-runtime v0.12.3
1818
)
1919

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,8 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
727727
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
728728
sigs.k8s.io/container-object-storage-interface-api v0.0.0-20220806044417-5d7517114883 h1:CtqK7l2m9Atw8L5daJdsXvVgxxvQkRBbJbUz7NiadD8=
729729
sigs.k8s.io/container-object-storage-interface-api v0.0.0-20220806044417-5d7517114883/go.mod h1:YiB+i/UGkzqgODDhRG3u7jkbWkQcoUeLEJ7hwOT/2Qk=
730-
sigs.k8s.io/container-object-storage-interface-spec v0.0.0-20220804173401-3154aa8927e3 h1:rIQHvH08W4Q887mQs1BCQWf32MYkQJNER3ZvxGjL6sc=
731-
sigs.k8s.io/container-object-storage-interface-spec v0.0.0-20220804173401-3154aa8927e3/go.mod h1:SzF/yVSh88TgYdBOAXqhT96XjU8pCQtoeQKxzIOOmWQ=
730+
sigs.k8s.io/container-object-storage-interface-spec v0.0.0-20220811182913-3c421cfc2830 h1:o8/7mIJCflt33epl4TZNS/+M5MktS8fQvcNuN8p235k=
731+
sigs.k8s.io/container-object-storage-interface-spec v0.0.0-20220811182913-3c421cfc2830/go.mod h1:SzF/yVSh88TgYdBOAXqhT96XjU8pCQtoeQKxzIOOmWQ=
732732
sigs.k8s.io/controller-runtime v0.12.3 h1:FCM8xeY/FI8hoAfh/V4XbbYMY20gElh9yh+A98usMio=
733733
sigs.k8s.io/controller-runtime v0.12.3/go.mod h1:qKsk4WE6zW2Hfj0G4v10EnNB2jMG1C+NTb8h+DwCoU0=
734734
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y=

0 commit comments

Comments
 (0)