11
0
Files
goredirect/.woodpecker.yml
2025-05-23 10:55:24 +03:00

19 lines
376 B
YAML

when:
- event: push
branch: main
steps:
- name: publish
image: woodpeckerci/plugin-kaniko
settings:
registry: harbor.k-space.ee
repo: harbor.k-space.ee/${CI_REPO}
tags: latest,${CI_COMMIT_SHA}
cache: true
build_args:
- COMMIT_SHA=${CI_COMMIT_SHA}
username:
from_secret: docker-username
password:
from_secret: docker-password