diff --git a/Makefile b/Makefile index fba73e2..741bd5b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: build deploy update +all: build deploy build: Makefile podman build -t dummy:latest .