oci-images/.woodpecker/workflow.yaml

12 lines
200 B
YAML
Raw Normal View History

2024-11-02 18:39:47 -05:00
when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
2024-11-02 19:29:57 -05:00
- apk update
2024-11-02 19:33:39 -05:00
- apk add buildah netavark
2024-11-02 19:32:47 -05:00
- buildah --storage-driver=vfs build keycloak/