Skip to content

Commit

Permalink
Fix missing Git history for Docker image build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 27, 2022
1 parent f49db6c commit f87ebce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v2

- run: make docker.image debug=no no-cache=yes
Expand Down

0 comments on commit f87ebce

Please sign in to comment.