ci: fix git tag

Pull git tag histroy

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
This commit is contained in:
Serge Logvinov
2023-05-27 09:06:40 +03:00
parent d8c6bedf1d
commit 38da18fb97

View File

@@ -21,6 +21,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up docker buildx - name: Set up docker buildx
run: make docker-init run: make docker-init