chore: update to woodpecker

This commit is contained in:
Timo Ley 2024-04-28 15:18:52 +02:00
parent 8af4a46649
commit 71682ab6b2

View file

@ -1,18 +1,14 @@
kind: pipeline
type: docker
name: release
steps: steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
username: ${DRONE_REPO_OWNER} username: ${CI_REPO_OWNER}
password: password:
from_secret: gitea_token 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 registry: dock.tilera.xyz
tags: tags:
- latest - latest
- ${DRONE_TAG} - ${CI_COMMIT_TAG}
when: when:
event: tag event: tag