fix(ci): set RELEASE_VERSION to avoid git dependency in containers

The mage initVars calls git describe when RELEASE_VERSION is not
set. Setting it avoids needing git in the container images.
This commit is contained in:
kolaente 2026-04-13 11:40:46 +02:00
parent cd61db4415
commit f3aaf27242
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ jobs:
image: ${{ matrix.image }}
env:
REPO_SUITE: ${{ github.ref_type == 'tag' && 'stable' || 'unstable' }}
RELEASE_VERSION: unstable
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6