Skip to content

Commit

Permalink
Bugfix: Force fetch tags to get the correct annotated tag
Browse files Browse the repository at this point in the history
Workaround for actions/checkout#290
  • Loading branch information
kjsanger committed Jun 8, 2022
1 parent 402c7fd commit df06fb8
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 df06fb8

Please sign in to comment.