11 lines
152 B
YAML
11 lines
152 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: build
|
|
# Lacks fuse
|
|
# image: quay.io/podman/stable
|
|
image: fedora
|
|
commands:
|
|
- podman build .
|