We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b105ada commit 0cbe107Copy full SHA for 0cbe107
Makefile
@@ -243,7 +243,7 @@ push-tar: build-tar
243
push-tar-all: build-tar-all
244
gsutil cp $(TARBALL-ALL) $(UPLOAD_PATH)/node-problem-detector/
245
246
-push-all: push-all-container push-manifest push-tar-all
+push-all: push-all-container push-manifest push-tar-all push-tar
247
248
push: push-container push-tar
249
test/build.sh
@@ -131,7 +131,7 @@ function build-pr() {
131
export REGISTRY="${NPD_STAGING_REGISTRY}/pr/${PR}"
132
export VERSION=$(get-version)
133
export TAG="${VERSION}"
134
- make push
+ make push-all
135
write-env-file ${PR_ENV_FILENAME}
136
}
137
0 commit comments