File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,8 @@ docker-push: ## Push docker image with the manager.
127127
128128docker-push-manifest :
129129 docker manifest create --amend $(STAGING_IMG ) :$(TAG ) $(shell echo $(ALL_ARCH ) | sed -e "s~[^ ]* ~$(STAGING_IMG ) \-&:$(TAG ) ~g")
130- @for arch in $(ALL_ARCH ) ; do docker manifest annotate --arch $$ {arch} ${IMG} : ${ TAG} ${IMG} -$$ {arch}:${ TAG} ; done
130+ @for arch in $(ALL_ARCH ) ; do docker manifest annotate --arch $$ {arch} $( STAGING_IMG ) : $( TAG ) $( STAGING_IMG ) -$$ {arch}:$( TAG ) ; done
131131 docker manifest push --purge $(STAGING_IMG ) :$(TAG )
132- $(MAKE ) set-manifest-image MANIFEST_IMG=$(STAGING_IMG ) MANIFEST_TAG=$(TAG ) TARGET_RESOURCE=" ./config/default/manager_image_patch.yaml"
133- $(MAKE ) set-manifest-pull-policy TARGET_RESOURCE=" ./config/default/manager_pull_policy.yaml"
134132
135133
136134# #@ Release
You can’t perform that action at this time.
0 commit comments