Used package.json for versioning
All checks were successful
Build a new image for the MycroForge docs / build (push) Has been skipped
All checks were successful
Build a new image for the MycroForge docs / build (push) Has been skipped
This commit is contained in:
parent
e2940941a8
commit
0da1ccd480
@ -11,7 +11,7 @@ jobs:
|
||||
- name: "Build and push Docker image"
|
||||
run: |
|
||||
IMAGE_NAME="git.devdisciples.com/devdisciples/m4gdocs"
|
||||
IMAGE_VERSION="$(cat version.txt | tr -d '[:space:]')"
|
||||
IMAGE_VERSION=$(npm pkg get version --workspaces=false | tr -d \")
|
||||
VERSIONED_IMAGE_TAG="$IMAGE_NAME:$IMAGE_VERSION"
|
||||
LATEST_IMAGE_TAG="$IMAGE_NAME:latest"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "0.0.0",
|
||||
"name": "m4gdocs",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
|
@ -1 +0,0 @@
|
||||
0.0.1
|
Loading…
Reference in New Issue
Block a user