File tree 1 file changed +1
-3
lines changed
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.
127
127
128
128
docker-push-manifest :
129
129
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
131
131
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"
134
132
135
133
136
134
# #@ Release
You can’t perform that action at this time.
0 commit comments