diff --git a/songquanpeng/one-api/0.6.7/Makefile b/songquanpeng/one-api/0.6.7/Makefile index ab3caf5d..9692513f 100644 --- a/songquanpeng/one-api/0.6.7/Makefile +++ b/songquanpeng/one-api/0.6.7/Makefile @@ -20,7 +20,7 @@ image: push: docker push $(IMAGE) - #latest image + @if [ $(LATEST) = "true" ]; \ then \ docker tag $(IMAGE) $(LATEST_IMAGE); \