This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
name: 'docker-gitea',
|
||||
steps: [
|
||||
{
|
||||
name: 'build',
|
||||
image: 'plugins/docker',
|
||||
settings: {
|
||||
tags: ['latest', '${DRONE_COMMIT_SHA:0:8}'],
|
||||
dockerfile: 'Dockerfile',
|
||||
registry: 'gitea.pb42.de',
|
||||
repo: 'gitea.pb42.de/matthias/moveoncomplete',
|
||||
config: { from_secret: 'dockerconfigjson' },
|
||||
},
|
||||
},
|
||||
],
|
||||
trigger: { event: ['push'] },
|
||||
image_pull_secrets: ['dockerconfigjson'],
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user