Compare commits
3 Commits
75b4ec2ea1
...
d190d2f218
Author | SHA1 | Date | |
---|---|---|---|
d190d2f218 | |||
9b05667317 | |||
2a387f7fa6 |
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Get Date and Build Number
|
||||
run: |
|
||||
git fetch
|
||||
git fetch --tags
|
||||
git tag
|
||||
DATE=$(date +'%Y.%m.%d')
|
||||
TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l)
|
||||
@ -54,7 +54,6 @@ jobs:
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: version
|
||||
path: version.txt
|
||||
|
||||
- name: Build docker
|
||||
run: |
|
||||
@ -87,7 +86,6 @@ jobs:
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: version
|
||||
path: version.txt
|
||||
|
||||
- name: Build docker
|
||||
run: |
|
||||
@ -119,7 +117,6 @@ 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
|
||||
git fetch --tags
|
||||
git tag
|
||||
DATE=$(date +'%Y.%m.%d')
|
||||
TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l)
|
||||
@ -86,7 +86,6 @@ jobs:
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: version
|
||||
path: version.txt
|
||||
|
||||
- name: Build docker
|
||||
run: |
|
||||
@ -118,7 +117,6 @@ 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