Skip to content

Commit

Permalink
Merge pull request #41 from kjsanger/bugfix/workaround-checkout-tags-…
Browse files Browse the repository at this point in the history
…issue

Bugfix: Force fetch tags to get the correct annotated tag
  • Loading branch information
kjsanger authored Jun 8, 2022
2 parents 402c7fd + df06fb8 commit 4fc6ece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
fetch-depth: 0

- name: Force fetch annotated tags (workaround)
# Workaround for https://github.com/actions/checkout/issues/290
run: |
git fetch --force --tags
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
Expand Down

0 comments on commit 4fc6ece

Please sign in to comment.