docker-backup-postgres/makefile
vincent e10abc5b8d
Some checks reported errors
continuous-integration/drone Build was killed
first commit
2022-10-23 18:29:33 +02:00

8 lines
145 B
Makefile

DOCKER_ORGANIZATION := ducampsv
DOCKER_IMAGE:= docker-backup-postgres
build:
docker buildx build . -t $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE)