gitops-diff-operator/.woodpecker.yaml

27 lines
598 B
YAML
Raw Permalink Normal View History

2024-07-02 22:09:11 +00:00
when:
2024-07-02 22:21:11 +00:00
- event: push
2024-07-02 22:09:11 +00:00
steps:
2024-07-03 06:57:41 +00:00
- image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
2024-07-02 22:09:11 +00:00
name: Build shoebill operator image
privileged: true
commands:
- |
if [[ "${CI_COMMIT_TAG}" ]]; then
export CUSTOM_TAG="${CI_COMMIT_TAG}";
fi
- build-container
secrets:
- gitea_token
backend_options:
kubernetes:
resources:
requests:
memory: 500Mi
cpu: 200m
limits:
memory: 1000Mi
cpu: 1000m
securityContext:
privileged: true