|
@@ -27,7 +27,8 @@ jobs:
|
|
|
|
|
|
- name: update version info
|
|
- name: update version info
|
|
run: |
|
|
run: |
|
|
- git describe --tags >| VERSION
|
|
|
|
|
|
+ git fetch --tags
|
|
|
|
+ git describe --tags --always >| VERSION
|
|
git rev-parse HEAD >> VERSION
|
|
git rev-parse HEAD >> VERSION
|
|
|
|
|
|
- name: Build the Docker image
|
|
- name: Build the Docker image
|