Skip to content

Commit 560458f

Browse files
committed
ci: Fetch tags and 200 commits to support describe
1 parent 03f6cd7 commit 560458f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v4
29+
with:
30+
fetch-depth: 200
31+
fetch-tags: true
2932

3033
- name: Setup Docker buildx
3134
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)