From 8f1f6ca5bd9862468ee16812299c3e53d6dcd02b Mon Sep 17 00:00:00 2001 From: cOsprey Date: Tue, 2 Apr 2024 13:26:33 +0530 Subject: [PATCH] GSoC Skill Test --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abe6edc..cb6efed 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # istsos2 +GSoC skill test Easily manage your sensor network and distribute your data in a standard way istSOS is an OGC SOS server implementation written in Python. istSOS allows for managing and dispatch observations from monitoring sensors according to the Sensor Observation Service standard. @@ -81,7 +82,7 @@ docker build --no-cache -t istsos/istsos:$version . docker push istsos/istsos:$version ``` -Tag latest an push +Tag latest and push ```bash docker image tag istsos/istsos:$version istsos/istsos:latest