From 3a143f8f31a68e2df10dd6b3e241986e79759835 Mon Sep 17 00:00:00 2001 From: Brett <54408245+kowh-ai@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:47:51 +0100 Subject: [PATCH] Update README.txt --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index aaeeb44..cd856bd 100644 --- a/README.txt +++ b/README.txt @@ -7,6 +7,8 @@ Potential ideas/investigations from Keitaro (Marko Bocevski) : https://github.co - Maybe use build/up time variables loaded via the .env file, runtime variables loaded via a .ckan-env file - both located at the root directory +- Look at using ghcr.io (GitHub Packages) to store Docker Images rather than DockerHub + - Should we use wheels too? - Use Multi Stage Docker builds?