File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ release-binary: $(RELEASE_DIR)
246246release-staging : # # Builds and push container images to the staging bucket.
247247 REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-build-all docker-push-all release-alias-tag
248248
249- RELEASE_ALIAS_TAG =$(shell if [ " $( PULL_BASE_REF ) " = "master" ]; then echo "latest"; else echo " $( PULL_BASE_REF ) "; fi )
249+ RELEASE_ALIAS_TAG =$(PULL_BASE_REF )
250250
251251.PHONY : release-alias-tag
252252release-alias-tag : # Adds the tag to the last build tag.
Original file line number Diff line number Diff line change 77 template :
88 spec :
99 containers :
10- - image : gcr.io/k8s-staging-cluster-api/cluster-api-controller:latest
10+ - image : gcr.io/k8s-staging-cluster-api/cluster-api-controller:master
1111 name : manager
You can’t perform that action at this time.
0 commit comments