New name and versioning

This commit is contained in:
Skylar Grant 2023-01-23 18:03:48 -05:00
parent 3020ed7ba8
commit 295cd21fc6
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag v0idf1sh/treeanalyzer run: docker build . --file Dockerfile --tag v0idf1sh/silvanus
- name: Log into Docker Hub - name: Log into Docker Hub
run: docker login -u $DHUB_UNAME -p $DHUB_PWORD run: docker login -u $DHUB_UNAME -p $DHUB_PWORD
- name: Push image to Docker Hub - name: Push image to Docker Hub
run: docker push v0idf1sh/treeanalyzer run: docker push v0idf1sh/silvanus

View File

@ -1,6 +1,6 @@
{ {
"name": "treeanalyzer", "name": "treeanalyzer",
"version": "1.0.1", "version": "1.0.2",
"description": "Analyze Grow A Tree", "description": "Analyze Grow A Tree",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {