diff --git a/clamav/1.2/alpine/Jenkinsfile b/clamav/1.2/alpine/Jenkinsfile index c53cb98..f389129 100644 --- a/clamav/1.2/alpine/Jenkinsfile +++ b/clamav/1.2/alpine/Jenkinsfile @@ -9,7 +9,7 @@ properties([ string(name: 'BRANCH', defaultValue: 'rel/1.2', description: 'The repository branch for this build'), string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.2', description: 'Feature version in X.Y format'), - booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'), + booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), ]), disableConcurrentBuilds(), buildDiscarder(logRotator( diff --git a/clamav/1.2/debian/Jenkinsfile b/clamav/1.2/debian/Jenkinsfile index 0022d92..8793861 100644 --- a/clamav/1.2/debian/Jenkinsfile +++ b/clamav/1.2/debian/Jenkinsfile @@ -9,7 +9,7 @@ properties([ string(name: 'BRANCH', defaultValue: 'rel/1.2', description: 'The repository branch for this build'), string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.2', description: 'Feature version in X.Y format'), - booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'), + booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), ]), disableConcurrentBuilds(), buildDiscarder(logRotator(