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