Skip to content

Commit f98a3f6

Browse files
authored
Set fetch-depth to 0 in Docker image workflow
Add fetch-depth option to checkout action for full history.
1 parent 3a2b06c commit f98a3f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
with:
142142
lfs: true
143143
fetch-tags: true
144+
fetch-depth: 0
144145
- uses: docker/setup-buildx-action@v3
145146
- uses: docker/login-action@v3
146147
with:

0 commit comments

Comments
 (0)