Browse Source

💚 Remove docker cache when build image

pull/2/head
anthony 5 years ago
parent
commit
8248fe564d
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -88,7 +88,7 @@ jobs:
- setup_remote_docker
- run:
name: Build docker image
command: docker build --cache-from=app -t app .
command: docker build -t app .
- deploy:
name: Publish image to Docker Hub
command: |

Loading…
Cancel
Save