Update CI/CD
continuous-integration/drone/push Build is failing Details

This commit is contained in:
FyloZ 2021-08-09 22:46:32 -04:00
parent 72b5a417f6
commit 7f0e48f081
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 1 additions and 3 deletions

View File

@ -52,7 +52,6 @@ steps:
- GRADLE_VERSION
- JAVA_VERSION
- CRE_VERSION
- CRE_PORT
repo: *docker-registry-repo
when:
branch: develop
@ -65,9 +64,8 @@ steps:
build_args_from_env:
- GRADLE_VERSION
- JAVA_VERSION
- CRE_PORT
build-args:
CRE_VERSION: *release
CRE_VERSION: ${DRONE_BRANCH##/**}
repo: *docker-registry-repo
when:
branch: release/**