Fetch tags in CI builds to provide correct version string

This commit is contained in:
dasha_uwu
2025-12-20 15:45:11 +05:00
committed by Jason Volk
parent af570c481e
commit eadc9e782d
2 changed files with 4 additions and 0 deletions

View File

@@ -111,6 +111,8 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
fetch-tags: true
# Call docker
- name: Bake ${{matrix.bake_target}}

View File

@@ -100,6 +100,8 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
fetch-tags: true
- name: GitHub Login
uses: docker/login-action@v3