when: - event: [push, pull_request, manual] steps: - name: docker image: woodpeckerci/plugin-kaniko settings: dockerfile: Dockerfile registry: harbor.ntppool.org repo: library/static-web tags: - ${CI_COMMIT_SHA:0:7} - ${CI_COMMIT_BRANCH} cache: true username: from_secret: harbor_library_username password: from_secret: harbor_library_password