blob: 82948032793cb41413cd4d65a2d968cadf2d74c5 [file] [log] [blame]
build: .build
.build: Dockerfile Makefile aptly-api.conf start-aptly-api.sh update-mirror.sh
docker build -t gcr.io/mendel-linux-cloud-infra/aptly-api:latest .
touch .build
push: .push
.push: .build
docker push gcr.io/mendel-linux-cloud-infra/aptly-api:latest
touch .push
.PHONY: build push