signs/.woodpecker.yml
rasmus 0e0a851f84
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Update for kube stack
2024-07-30 10:02:55 +03:00

14 lines
289 B
YAML

steps:
- name: docker
image: woodpeckerci/plugin-kaniko
settings:
repo: ${CI_REPO}
registry: harbor.k-space.ee
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: master