Compare commits

..

1 Commits

Author SHA1 Message Date
75b4ec2ea1 Added user spaces 2025-04-18 13:56:15 +02:00
2 changed files with 7 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Get Date and Build Number
run: |
git fetch --tags
git fetch
git tag
DATE=$(date +'%Y.%m.%d')
TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l)
@ -54,6 +54,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: version
path: version.txt
- name: Build docker
run: |
@ -86,6 +87,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: version
path: version.txt
- name: Build docker
run: |
@ -117,6 +119,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: version
path: version.txt
- name: Prepare web build
run: |

View File

@ -17,7 +17,7 @@ jobs:
- name: Get Date and Build Number
run: |
git fetch --tags
git fetch
git tag
DATE=$(date +'%Y.%m.%d')
TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l)
@ -86,6 +86,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: version
path: version.txt
- name: Build docker
run: |
@ -117,6 +118,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: version
path: version.txt
- name: Prepare web build
run: |