Skip to content

Commit

Permalink
ci(github): Set infinite fetch depth for docker-build
Browse files Browse the repository at this point in the history
Set infinite fetch depth for the `docker-build` workflow to be sure to
get all tags for calculating the correct version.

This is a fixup for 94ef009.

Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher committed Apr 17, 2024
1 parent 3a073cf commit 675694d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Free Disk Space
uses: ./.github/actions/free-disk-space
- name: Setup Gradle
Expand Down

0 comments on commit 675694d

Please sign in to comment.