Skip to content

Commit

Permalink
Fetch tags to use dynamic versioning (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth authored Jan 27, 2024
1 parent d69aa23 commit 6ad465c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout # Checkout the repository to allow for dynamic versioning
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Docker meta
id: meta
Expand Down

0 comments on commit 6ad465c

Please sign in to comment.