blob: 121b22580a0edaf729187dc445930ba4c3536781 [file] [log] [blame]
build: .build
.build: Dockerfile Makefile aptly.conf
docker build -t gcr.io/mendel-linux-cloud-infra/mendel-builder:latest .
touch .build
push: .push
.push: .build
docker push gcr.io/mendel-linux-cloud-infra/mendel-builder:latest
touch .push
.PHONY: build push