Skip to content

Commit

Permalink
Fix: Make pipeline include full history to fix tag in CI built contai…
Browse files Browse the repository at this point in the history
…ners
  • Loading branch information
reglim committed Oct 3, 2023
1 parent 98a1b6a commit 5067768
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 5067768

Please sign in to comment.