Skip to content

Commit

Permalink
ci: full clone and fetch tags for skaffold build (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Feb 28, 2024
1 parent 8cedda0 commit 15e6f40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
with: # we need it for skaffold build
fetch-depth: '0'
fetch-tags: 'true'

- uses: dorny/paths-filter@v2
id: changes
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
with: # we need it for skaffold build
fetch-depth: '0'
fetch-tags: 'true'

- uses: dorny/paths-filter@v2
id: changes
Expand Down

0 comments on commit 15e6f40

Please sign in to comment.