Skip to content

Commit d8b8ee6

Browse files
Set fetch-depth to get all branches in image build (#658)
1 parent 9700a13 commit d8b8ee6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
target_version: ${{ steps.calc_target.outputs.target_version }}
4141
steps:
4242
- uses: actions/checkout@v4
43+
with:
44+
fetch-depth: 0
4345
- uses: mamba-org/setup-micromamba@v2
4446
with:
4547
environment-file: ./environment.lock

0 commit comments

Comments
 (0)