Only publish on main
All checks were successful
Apps/everybody-mov/pipeline/head This commit looks good
All checks were successful
Apps/everybody-mov/pipeline/head This commit looks good
This commit is contained in:
parent
cbc3cc26ed
commit
5e4a63af9c
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -48,6 +48,9 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
label 'main'
|
label 'main'
|
||||||
}
|
}
|
||||||
|
when {
|
||||||
|
branch 'main'
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.withRegistry(env.DOCKER_REGISTRY, 'digital-ocean-ailuridae-registry') {
|
docker.withRegistry(env.DOCKER_REGISTRY, 'digital-ocean-ailuridae-registry') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user