From e215c8630936f1ba054003376b264d1a07d0df4b Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Sun, 21 Jan 2024 21:36:33 +0000
Subject: [PATCH] asd

---
 .github/workflows/docker-ci-v4.yml | 14 ++------------
 README.md                          |  2 +-
 go_cloudshellwrapper/constants.go  |  6 +-----
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/.github/workflows/docker-ci-v4.yml b/.github/workflows/docker-ci-v4.yml
index c36cec084..2bb9b6fb3 100644
--- a/.github/workflows/docker-ci-v4.yml
+++ b/.github/workflows/docker-ci-v4.yml
@@ -17,24 +17,14 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v3
 
-      - name: Extract metadata (tags, labels) for Docker
-        id: meta
-        uses: docker/metadata-action@v4
-        with:
-          images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
-          tags: |
-            type=ref,event=branch
-            type=ref,event=pr
-            type=ref,event=tag
-
       - name: Create Release
         id: create_release
         uses: actions/create-release@v1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
         with:
-          tag_name:  ${{ steps.meta.outputs.tags }}
-          release_name: Release  ${{ steps.meta.outputs.tags }}
+          tag_name: "test"
+          release_name: "test"
           body: |
             Changes in this Release
             - First Change
diff --git a/README.md b/README.md
index 7c4709aed..506660ae4 100644
--- a/README.md
+++ b/README.md
@@ -123,5 +123,5 @@ vscode ➜ /workspaces/topoViewer (development ✗) go run go_cloudshellwrapper/
 
 ## Run TopoViewer Binary
 ```Shell
- sudo topoviewer clab --allowed-hostnames 149.204.21.68 --clab-user aarafat  --server-port 8087 --topology-file-json /home/aarafat/topoViewer/rawTopoFile/clab/nokia-MultiAccessGateway-lab/clab-nokia-MAGc-lab/topology-data.json
+ [aarafat@nsp-clab1 topoViewer]$ sudo topoviewer clab --allowed-hostnames 149.204.21.68 --clab-user aarafat  --server-port 8087 --topology-file-json /home/aarafat/topoViewer/rawTopoFile/clab/nokia-MultiAccessGateway-lab/clab-nokia-MAGc-lab/topology-data.json
  ```
\ No newline at end of file
diff --git a/go_cloudshellwrapper/constants.go b/go_cloudshellwrapper/constants.go
index 6cd926aaf..be8906734 100644
--- a/go_cloudshellwrapper/constants.go
+++ b/go_cloudshellwrapper/constants.go
@@ -1,7 +1,3 @@
 package cloudshellwrapper
 
-<<<<<<< HEAD
-var VersionInfo string = "nightly-24.01.21p"
-=======
-var VersionInfo string = "nightly-24.01.21p"
->>>>>>> 086a68742ab98e626a7a3b18058f719644aaaddd
+var VersionInfo string = "nightly-24.01.21o"