Skip to content

Commit

Permalink
feat: add fetch tags to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 15, 2024
1 parent d33b4a8 commit becf52b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: 'true'

- name: Log into GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit becf52b

Please sign in to comment.