Skip to content

Commit

Permalink
ci: Fetch tags and 200 commits to support describe
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 12, 2024
1 parent 03f6cd7 commit 560458f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 200
fetch-tags: true

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 560458f

Please sign in to comment.