Browse Source

add buil docker file-fix

main
hallouma875 6 years ago
parent
commit
6f75dc8300
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -80,8 +80,7 @@ jobs:
- run: yarn install
- setup_remote_docker:
version: 19.03.13
docker_layer_caching: true
# build and push Docker image
docker_layer_caching: false
- run: |
TAG=0.1.$CIRCLE_BUILD_NUM
docker build -t ahlemfahem1/projectci:latest .

Loading…
Cancel
Save