Skip to content

Commit 462feec

Browse files
committed
Fix git version tag
1 parent 6381077 commit 462feec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Store the version
5252
- name: Store version
53-
run: git describe > public/version
53+
run: git describe --always --tags --dirty > public/version
5454

5555
# Workaround: https://github.com/docker/build-push-action/issues/461
5656
- name: Setup Docker buildx

0 commit comments

Comments
 (0)