mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
all: build push
|
|
|
|
build:
|
|
docker build -t sysdig/capturer .
|
|
|
|
push:
|
|
docker push sysdig/capturer
|