Disable Docker Cache On Build
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good

This commit is contained in:
TheBrokenRail 2020-09-26 23:57:17 -04:00
parent e262bd8a5d
commit f656075a7a

View File

@ -2,4 +2,4 @@
set -e
docker build --tag thebrokenrail/minecraft-pi:latest .
docker build --no-cache --tag thebrokenrail/minecraft-pi:latest .