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

This commit is contained in:
FyloZ 2021-12-29 17:44:17 -05:00
parent 6fad6667f9
commit c45892f932
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 3 additions and 3 deletions

View File

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