Recreate Docker image on every code change (#3276)

* Add switch for clean Docker image preparation
* Link image to our GitHub repository
* Switch to Github repo
* Minimal variant
* Rename
This commit is contained in:
Igor Pečovnik
2021-11-21 09:41:31 +01:00
committed by GitHub
parent 3b1812c002
commit c1b8ab8755
4 changed files with 42 additions and 32 deletions

View File

@@ -281,6 +281,10 @@ while [[ "${1}" == *=* ]]; do
done
# Used to prepare Docker image
[[ "${JUST_INIT}" == "yes" ]] && exit 0
if [[ "${BUILD_ALL}" == "yes" || "${BUILD_ALL}" == "demo" ]]; then
# shellcheck source=lib/build-all-ng.sh