Compare commits
1 Commits
d190d2f218
...
75b4ec2ea1
Author | SHA1 | Date | |
---|---|---|---|
75b4ec2ea1 |
@ -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: |
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user