From 13207f0c32ef851091add4519dc56550a2fb2a71 Mon Sep 17 00:00:00 2001 From: Sergio Turrent Date: Mon, 2 Dec 2019 14:23:46 -0600 Subject: [PATCH] Updated README with actions pipeline --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af5d844..4baa299 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ This is a set of scripts and tools use to generate a docker image that will have It uses the shc_script_converter.sh (build using the following tool https://github.com/neurobin/shc) to abstract the lab scripts on binary format and then the use the Dockerfile to pack everyting on a Ubuntu container with az cli and kubectl. -Any time the L200 lab scripts require an update the shc_script_converter.sh can be use to generate the new binaries. -And after that the Dockerfile can be use to rebuild a new docker image. +Any time the L200 lab scripts require an update the github actions can be use to trigger a new build and push of the updated image. +This will take care of building a new script binary as well as new docker image that will get pushed to the corresponding registry. +The actions will get triggered any time a new release gets published. Here is the general usage for the image and l200labs tool: