Merge pull request 'Nicolas_local_ops' (#56) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/56
This commit is contained in:
commit
37986fadb2
10
jobs/freeleaps-data-backup/ci/Jenkinsfile
vendored
10
jobs/freeleaps-data-backup/ci/Jenkinsfile
vendored
@ -21,15 +21,15 @@ executeFreeleapsPipeline {
|
||||
buildArtifacts: ['.'],
|
||||
lintEnabled: false,
|
||||
sastEnabled: false,
|
||||
imageRegistry: 'freeleaps-registry.azurecr.io',
|
||||
imageRepository: '',
|
||||
imageRegistry: 'docker.io',
|
||||
imageRepository: 'freeleaps',
|
||||
imageName: 'freeleaps-pvc-backup',
|
||||
imageBuilder: 'dind',
|
||||
dockerfilePath: 'Dockerfile',
|
||||
imageBuildRoot: '.',
|
||||
imageReleaseArchitectures: ['linux/amd64'],
|
||||
registryCredentialsId: 'freeleaps-azure-registry-credentials',
|
||||
semanticReleaseEnabled: false
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||
semanticReleaseEnabled: true
|
||||
]
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user