Update CI/CD
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
7f0e48f081
commit
2c271c90ab
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
global-variables:
|
||||
release: &release ${DRONE_BRANCH##/**}
|
||||
release: &release ${DRONE_BRANCH##**/}
|
||||
environment: &environment
|
||||
JAVA_VERSION: 11
|
||||
GRADLE_VERSION: 7.1
|
||||
|
@ -65,7 +65,7 @@ steps:
|
|||
- GRADLE_VERSION
|
||||
- JAVA_VERSION
|
||||
build-args:
|
||||
CRE_VERSION: ${DRONE_BRANCH##/**}
|
||||
CRE_VERSION: *release
|
||||
repo: *docker-registry-repo
|
||||
when:
|
||||
branch: release/**
|
||||
|
|
Loading…
Reference in New Issue