drone-abra/makefile
decentral1se e59b20a888
All checks were successful
continuous-integration/drone/push Build is passing
Clean up other names
2021-06-17 21:04:40 +02:00

11 lines
173 B
Makefile

.PHONY: build push
build:
@cd ~/.abra/src && \
make push && \
cd - && \
docker build -t thecoopcloud/drone-abra .
push: build
@docker push thecoopcloud/drone-abra