Skip to content

Commit

Permalink
Ensure full checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dgl committed Mar 12, 2024
1 parent 7e86b5e commit 8ca6810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# we need full commit hashes to calcuate tags
fetch-depth: 0

- name: Build image
run: docker buildx build --cache-to type=gha --cache-from type=gha -t image .
Expand Down

0 comments on commit 8ca6810

Please sign in to comment.