File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1068,9 +1068,7 @@ release-binary: $(RELEASE_DIR)
1068
1068
1069
1069
.PHONY : release-staging
1070
1070
release-staging : # # Build and push container images to the staging bucket
1071
- REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-build-all
1072
- REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-push-all
1073
- REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) release-alias-tag
1071
+ REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-build-all docker-push-all release-alias-tag
1074
1072
1075
1073
.PHONY : release-staging-nightly
1076
1074
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,9 +12,10 @@ steps:
12
12
- TAG=$_GIT_TAG
13
13
- PULL_BASE_REF=$_PULL_BASE_REF
14
14
- DOCKER_BUILDKIT=1
15
- args : ['release-staging', '-j', '8', '-O']
15
+ args :
16
+ - release-staging
16
17
substitutions :
17
18
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
18
19
# can be used as a substitution
19
20
_GIT_TAG : ' 12345'
20
- _PULL_BASE_REF : ' dev'
21
+ _PULL_BASE_REF : ' dev'
You can’t perform that action at this time.
0 commit comments