Skip to content

Commit

Permalink
Avoid shallow clone
Browse files Browse the repository at this point in the history
Chartpress detects the latest commit that changed a directory
or file when determining the version and tag to use for charts
and images. This means that shallow clones should not be used
because if the last commit that changed a relevant file is
outside the shallow commit range, the wrong chart version
and image tag will be assigned.
  • Loading branch information
sunu committed Sep 8, 2024
1 parent c9d7b89 commit e554ec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-publish-docker-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit e554ec7

Please sign in to comment.