CI/CD: Fix release
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6fad6667f9
commit
c45892f932
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue