2024-01-16 13:13:39 +00:00
|
|
|
---
|
|
|
|
when:
|
|
|
|
- event: [pull_request, tag]
|
|
|
|
- event: [push, manual]
|
|
|
|
branch:
|
|
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
2024-03-26 12:13:27 +00:00
|
|
|
image: quay.io/thegeeklab/kube-tools
|
2024-01-16 13:13:39 +00:00
|
|
|
commands:
|
|
|
|
- make
|
|
|
|
|
|
|
|
- name: publish
|
|
|
|
image: quay.io/thegeeklab/wp-git-action
|
|
|
|
settings:
|
|
|
|
action:
|
|
|
|
- pages
|
|
|
|
author_email: shipper@rknet.org
|
|
|
|
author_name: shipper
|
|
|
|
branch: catalog
|
|
|
|
message: auto-update crds catalog
|
|
|
|
netrc_machine: gitea.rknet.org
|
|
|
|
netrc_password:
|
|
|
|
from_secret: gitea_token
|
|
|
|
pages_directory: dist/
|
|
|
|
remote_url: https://gitea.rknet.org/infra/${CI_REPO_NAME}
|
|
|
|
when:
|
|
|
|
- event: [push, manual]
|
|
|
|
branch:
|
|
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|