Skip to content

Commit

Permalink
fix: Set fetch-depth to 0 (#35)
Browse files Browse the repository at this point in the history
Set fetch depth for the docker pipeline back to 0. Setting it to 1
causes tag detection to fail
  • Loading branch information
kekonn authored Mar 28, 2024
1 parent 6396f27 commit f9eb1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 1
fetch-depth: 0

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down

0 comments on commit f9eb1e2

Please sign in to comment.