We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c7c51 commit 02c9befCopy full SHA for 02c9bef
1 file changed
.ci/packaging.groovy
@@ -307,8 +307,6 @@ def tagAndPush(Map args = [:]) {
307
tagName = "pr-${env.CHANGE_ID}"
308
}
309
310
- dockerLogin(secret: "${DOCKERELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
311
-
312
// supported tags
313
def tags = [tagName, "${env.GIT_BASE_COMMIT}"]
314
if (!isPR() && aliasVersion != "") {
@@ -386,6 +384,7 @@ def release(){
386
384
withEnv([
387
385
"DEV=true"
388
]) {
+ dockerLogin(secret: "${DOCKERELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
389
dir("${env.BEATS_FOLDER}") {
390
sh(label: "Release ${env.BEATS_FOLDER} ${env.PLATFORMS}", script: 'mage package')
391
0 commit comments