chore: update to woodpecker
This commit is contained in:
parent
8af4a46649
commit
71682ab6b2
1 changed files with 3 additions and 7 deletions
10
docker.yaml
10
docker.yaml
|
@ -1,18 +1,14 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: release
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: ${DRONE_REPO_OWNER}
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: gitea_token
|
||||
repo: dock.tilera.xyz/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}
|
||||
repo: dock.tilera.xyz/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||
registry: dock.tilera.xyz
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_TAG}
|
||||
- ${CI_COMMIT_TAG}
|
||||
when:
|
||||
event: tag
|
Loading…
Reference in a new issue