CI/CD: Fix release version
continuous-integration/drone/push Build is failing Details

This commit is contained in:
FyloZ 2021-12-29 17:18:08 -05:00
parent 941d3134f6
commit 76e080876c
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ steps:
build_args_from_env: build_args_from_env:
- GRADLE_VERSION - GRADLE_VERSION
- JAVA_VERSION - JAVA_VERSION
- CRE_VERSION build_args:
- CRE_VERSION=${DRONE_TAG}
repo: *docker-registry-repo repo: *docker-registry-repo
when: when:
branch: develop branch: develop