Remove caching
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2021-05-20 14:05:52 +02:00
parent ad09855b19
commit a5a83faab6
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A

View File

@ -1,7 +1,7 @@
default: push
build:
@docker build -t decentral1se/molecule:latest .
@docker build --no-cache -t decentral1se/molecule:latest .
push: build
@docker push decentral1se/molecule:latest