File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -161,33 +161,33 @@ jobs:
161
161
name : Docker image for ansible-operator
162
162
script :
163
163
- make image-build-ansible
164
- - make image/ push/ ansible
164
+ - make image- push- ansible
165
165
166
166
# Build and deploy amd64 helm-operator docker image
167
167
- << : *deploy
168
168
name : Docker image for helm-operator (amd64)
169
169
os : linux
170
170
script :
171
171
- make image-build-helm
172
- - make image/ push/ helm
172
+ - make image- push- helm
173
173
174
174
# Build and deploy ppc64le helm-operator docker image
175
175
- << : *deploy
176
176
name : Docker image for helm-operator (ppc64le)
177
177
os : linux-ppc64le
178
178
script :
179
179
- make image-build-helm
180
- - make image/ push/ helm
180
+ - make image- push- helm
181
181
182
182
# Build and deploy scorecard-proxy docker image
183
183
- << : *deploy
184
184
name : Docker image for scorecard-proxy
185
185
script :
186
186
- make image-build-scorecard-proxy
187
- - make image/ push/ scorecard-proxy
187
+ - make image- push- scorecard-proxy
188
188
189
189
# Build and deploy helm multi-arch manifest list
190
190
- << : *manifest-deploy
191
191
name : Manifest list for helm-operator
192
192
script :
193
- - make image/ push/ helm-multiarch
193
+ - make image- push- helm-multiarch
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ test-e2e-helm: image-build-helm
156
156
./hack/tests/e2e-helm.sh
157
157
158
158
# Image scaffold/build/push.
159
- .PHONY : image image-scaffold-ansible image-scaffold-helm image-build image-build-ansible image-build-helm image/ push image/ push/ ansible image/ push/ helm
159
+ .PHONY : image image-scaffold-ansible image-scaffold-helm image-build image-build-ansible image-build-helm image- push image- push- ansible image- push- helm
160
160
161
- image : image-build image/ push # # Build and push all images
161
+ image : image-build image- push # # Build and push all images
162
162
163
163
image-scaffold-ansible :
164
164
go run ./hack/image/ansible/scaffold-ansible-image.go
@@ -177,16 +177,16 @@ image-build-helm: build/operator-sdk-dev
177
177
image-build-scorecard-proxy :
178
178
./hack/image/build-scorecard-proxy-image.sh $(SCORECARD_PROXY_BASE_IMAGE ) :dev
179
179
180
- image/ push : image/ push/ ansible image/ push/ helm image/ push/ scorecard-proxy # # Push all images
180
+ image- push : image- push- ansible image- push- helm image- push- scorecard-proxy # # Push all images
181
181
182
- image/ push/ ansible :
182
+ image- push- ansible :
183
183
./hack/image/push-image-tags.sh $(ANSIBLE_BASE_IMAGE ) :dev $(ANSIBLE_IMAGE )
184
184
185
- image/ push/ helm :
185
+ image- push- helm :
186
186
./hack/image/push-image-tags.sh $(HELM_BASE_IMAGE ) :dev $(HELM_IMAGE ) -$(shell go env GOARCH)
187
187
188
- image/ push/ helm-multiarch :
188
+ image- push- helm-multiarch :
189
189
./hack/image/push-manifest-list.sh $(HELM_IMAGE ) ${HELM_ARCHES}
190
190
191
- image/ push/ scorecard-proxy :
191
+ image- push- scorecard-proxy :
192
192
./hack/image/push-image-tags.sh $(SCORECARD_PROXY_BASE_IMAGE ) :dev $(SCORECARD_PROXY_IMAGE )
You can’t perform that action at this time.
0 commit comments