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: