7 lines
146 B
Makefile
7 lines
146 B
Makefile
IMG ?= desmo999r/formolcli:latest
|
|
docker-build:
|
|
podman build --disable-compression --format=docker . -t ${IMG}
|
|
|
|
docker-push:
|
|
podman push ${IMG}
|