File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ push-tar: build-tar
222
222
push-tar-all : build-tar-all
223
223
gsutil cp $(TARBALL-ALL ) $(UPLOAD_PATH ) /node-problem-detector/
224
224
225
- push-all : push-all-container push-tar-all
225
+ push-all : push-all-container push-tar-all push-manifest
226
226
227
227
push : push-container push-tar
228
228
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ function build-pr() {
128
128
export REGISTRY=" ${NPD_STAGING_REGISTRY} /pr/${PR} "
129
129
export VERSION=$( get-version)
130
130
export TAG=" ${VERSION} "
131
- make push
131
+ make push-all
132
132
write-env-file ${PR_ENV_FILENAME}
133
133
}
134
134
@@ -138,7 +138,7 @@ function build-ci() {
138
138
export REGISTRY=" ${NPD_STAGING_REGISTRY} /ci"
139
139
export VERSION=" $( get-version) -$( date +%Y%m%d.%H%M) "
140
140
export TAG=" ${VERSION} "
141
- make push
141
+ make push-all
142
142
143
143
# Create the env file with and without custom flags at the same time.
144
144
build-npd-custom-flags
You can’t perform that action at this time.
0 commit comments