Browse Source

fix missing tag name

hotfix/wow
anthony 5 years ago
parent
commit
ee94d7b06a
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -115,7 +115,7 @@ jobs:
- setup_remote_docker # Can not cache docker in images in free tier - setup_remote_docker # Can not cache docker in images in free tier
- run: - run:
name: Build and Push docker image name: Build and Push docker image
command: docker build -t .
command: docker build -t app .
- run: - run:
name: Login to docker hub name: Login to docker hub

Loading…
Cancel
Save