Compare commits

..

No commits in common. "develop" and "main" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: "Build and push Docker image"
run: |
IMAGE_NAME="git.devdisciples.com/devdisciples/m4gdocs"
IMAGE_VERSION=$(npm pkg get version --workspaces=false | tr -d \")
IMAGE_VERSION="$(cat version.txt | tr -d '[:space:]')"
VERSIONED_IMAGE_TAG="$IMAGE_NAME:$IMAGE_VERSION"
LATEST_IMAGE_TAG="$IMAGE_NAME:latest"

View File

@ -1,6 +1,6 @@
{
"name": "m4gdocs",
"version": "0.0.1",
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",

1
version.txt Normal file
View File

@ -0,0 +1 @@
0.0.1