Skip to content

Commit

Permalink
Merge pull request #641 from docat-org/feature/427-add-version-tag
Browse files Browse the repository at this point in the history
Fix: Make pipeline include full history to fix tag in containers from CI
  • Loading branch information
reglim authored Oct 3, 2023
2 parents 98a1b6a + 5067768 commit c601d62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Image
run: |
docker build . --build-arg DOCAT_VERSION=$(git describe --tags --always) --tag ${{ matrix.registry.name }}/${{ matrix.registry.org }}/docat:${{ github.sha }}
Expand Down

0 comments on commit c601d62

Please sign in to comment.