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" - name: "Build and push Docker image"
run: | run: |
IMAGE_NAME="git.devdisciples.com/devdisciples/m4gdocs" 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" VERSIONED_IMAGE_TAG="$IMAGE_NAME:$IMAGE_VERSION"
LATEST_IMAGE_TAG="$IMAGE_NAME:latest" LATEST_IMAGE_TAG="$IMAGE_NAME:latest"

View File

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

1
version.txt Normal file
View File

@ -0,0 +1 @@
0.0.1