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:
parent
cd61db4415
commit
f3aaf27242
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue