File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ tag_major_minor:
652652 docker tag $(NAME ) /standalone-docker:$(TAG_VERSION ) $(NAME ) /standalone-docker:$(MAJOR_MINOR_PATCH )
653653 docker tag $(NAME ) /standalone-all-browsers:$(TAG_VERSION ) $(NAME ) /standalone-all-browsers:$(MAJOR_MINOR_PATCH )
654654
655- release : tag_major_minor release_grid_scaler
655+ release : tag_major_minor
656656 @if ! docker images --format table $(NAME ) /base | awk ' { print $$2 }' | grep -q -F $(TAG_VERSION ) ; then echo " $( NAME) /base version $( TAG_VERSION) is not yet built. Please run 'make build'" ; false ; fi
657657 @if ! docker images --format table $(NAME ) /hub | awk ' { print $$2 }' | grep -q -F $(TAG_VERSION ) ; then echo " $( NAME) /hub version $( TAG_VERSION) is not yet built. Please run 'make build'" ; false ; fi
658658 @if ! docker images --format table $(NAME ) /distributor | awk ' { print $$2 }' | grep -q -F $(TAG_VERSION ) ; then echo " $( NAME) /distributor version $( TAG_VERSION) is not yet built. Please run 'make build'" ; false ; fi
You can’t perform that action at this time.
0 commit comments