oci-images/.woodpecker/workflow.yaml

12 lines
191 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
- apk add buildah
2024-11-02 19:32:47 -05:00
- buildah --storage-driver=vfs build keycloak/