molecule-image/makefile
decentral1se a5a83faab6
All checks were successful
continuous-integration/drone/push Build is passing
Remove caching
2021-05-20 14:05:52 +02:00

8 lines
138 B
Makefile

default: push
build:
@docker build --no-cache -t decentral1se/molecule:latest .
push: build
@docker push decentral1se/molecule:latest