Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 21, 2024
1 parent dbd20d2 commit e215c86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/docker-ci-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
6 changes: 1 addition & 5 deletions go_cloudshellwrapper/constants.go
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e215c86

Please sign in to comment.