Skip to content

Commit

Permalink
🐛 Force Tag info in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Sep 13, 2024
1 parent 9a02257 commit a7df501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Force fetch tag info
run: |
git fetch --prune --unshallow --tags
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit a7df501

Please sign in to comment.