chore(ci): release docker image
This commit is contained in:
parent
553513d647
commit
33a9787081
|
@ -34,6 +34,7 @@ pipeline {
|
|||
anyOf {
|
||||
branch 'master'
|
||||
branch 'develop'
|
||||
branch 'ci-docker-release'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
@ -46,6 +47,9 @@ pipeline {
|
|||
])
|
||||
]) {
|
||||
sh 'make gitea-release'
|
||||
sh '''
|
||||
make docker-build docker-release
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue