Compare commits
No commits in common. "develop" and "main" have entirely different histories.
@ -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"
|
||||||
|
|
||||||
|
@ -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
1
version.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
0.0.1
|
Loading…
Reference in New Issue
Block a user