Skip to content

Commit

Permalink
Remove fetch-tags from action
Browse files Browse the repository at this point in the history
It seems that `fetch-tags` is buggy when triggering action on tag: actions/checkout#1467

Signed-off-by: Marek Pikuła <marek@serenitycode.dev>
  • Loading branch information
MarekPikula committed Feb 17, 2024
1 parent 61c99a8 commit 0afa51f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 20
fetch-depth: 50

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 0afa51f

Please sign in to comment.