File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1058,7 +1058,9 @@ release-binary: $(RELEASE_DIR)
1058
1058
1059
1059
.PHONY : release-staging
1060
1060
release-staging : # # Build and push container images to the staging bucket
1061
- REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-build-all docker-push-all release-alias-tag
1061
+ REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-build-all
1062
+ REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-push-all
1063
+ REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) release-alias-tag
1062
1064
1063
1065
.PHONY : release-staging-nightly
1064
1066
release-staging-nightly : # # Tag and push container images to the staging bucket. Example image tag: cluster-api-controller:nightly_main_20210121
Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ steps:
12
12
- TAG=$_GIT_TAG
13
13
- PULL_BASE_REF=$_PULL_BASE_REF
14
14
- DOCKER_BUILDKIT=1
15
- args :
16
- - release-staging
15
+ args : ['release-staging', '-j', '8', '-O']
17
16
substitutions :
18
17
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
19
18
# can be used as a substitution
20
19
_GIT_TAG : ' 12345'
21
- _PULL_BASE_REF : ' dev'
20
+ _PULL_BASE_REF : ' dev'
You can’t perform that action at this time.
0 commit comments