diff --git a/Makefile b/Makefile
index 00cd96afa1d6e20ad9eee5a053bd650a43661a21..cfd392777c282039f57f82a59805bc9cba1d9bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -123,9 +123,9 @@ publish:
 TOOLSET := `echo "$(sort $(IMAGES_TO_PUBLISH))" | sed -e "s/ /\n - /g"))`
 README_HEAD = `cat ./_README.md | sed -e '/%CONTAINERS_LIST%/Q'`
 README_TAIL = `cat ./_README.md | sed -e '1,/%CONTAINERS_LIST%/d'`
-
+README_FOOTER = `echo "\n\r_Last update: \`date\`_\n"`
 update_readme:
-	@echo "$(README_HEAD)  \n\n - $(TOOLSET)  \n$(README_TAIL)" | sed -e "0,/RE/s/%LAST_UPDATE%/\n_Last update: `date`_ \n/" > README.md
+	@echo "$(README_HEAD)  \n\n - $(TOOLSET) \n $(README_TAIL) \n$(README_FOOTER)" > README.md
 
 delete_dangling_images:
 	@echo "Removing dangling images"
diff --git a/_README.md b/_README.md
index 248f07d2feaffe081b194f98e4613be589e653a4..63e4b41dc4755496eee86f10a73498bf14c6476c 100644
--- a/_README.md
+++ b/_README.md
@@ -13,5 +13,6 @@ This file is automatically updated after execute `git commit` based on the conte
 
 %CONTAINERS_LIST%
 
-%LAST_UPDATE%
+UNL-ITS-ADS  
+