updated agate

main
Ricard Illa 2022-06-28 17:12:49 +02:00
parent 387f4fcc21
commit c681cc8dc0
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ REGISTRY=registry.monotremata.xyz
IMG=$(REGISTRY)/$(IMG_NAME)
PLATFORMS=linux/amd64
.PHONY: build build-nc
.PHONY: build push buildx
build: Dockerfile
docker build -t $(IMG) .