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 - setup_remote_docker
- run: - run:
name: Build docker image name: Build docker image
command: docker build --cache-from=app -t app .
command: docker build -t app .
- deploy: - deploy:
name: Publish image to Docker Hub name: Publish image to Docker Hub
command: | command: |

Loading…
Cancel
Save