oci-images/.woodpecker/workflow.yaml
Fritz Grimpen a8dc84a2cf
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
use vfs storage driver
2024-11-03 01:32:47 +01:00

11 lines
191 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
- apk update
- apk add buildah
- buildah --storage-driver=vfs build keycloak/