garage/script/builder_image/Makefile
Alex 6e28ea6bdc
All checks were successful
continuous-integration/drone/push Build is passing
Use pre-prepared Docker image in CI to speed things up
2021-04-08 20:06:48 +02:00

9 lines
186 B
Makefile

DOCKER=lxpz/garage_builder_amd64
docker:
docker build -t $(DOCKER):$(TAG) .
docker push $(DOCKER):$(TAG)
docker tag $(DOCKER):$(TAG) $(DOCKER):latest
docker push $(DOCKER):latest