Skip to content

Commit

Permalink
fix: fetch tags separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzaretti committed Oct 1, 2023
1 parent b8c8535 commit a63d72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-tags: true
- name: Get tags
run: git fetch --tags origin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit a63d72c

Please sign in to comment.