Skip to content

Commit 1e747cf

Browse files
author
Roger Lam
authored
fix(circle): run build_and_push in a new dir
1 parent a2dd537 commit 1e747cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ workflows:
4646
context: docker-deploy
4747
docker_username: ${DOCKER_USERNAME}
4848
docker_password: ${DOCKER_PASSWORD}
49-
workspace_root: *workspace_root
49+
workspace_root: /tmp/build_and_push_latest
5050
docker_image: *docker_image
5151
docker_tag: latest
5252
filters:

0 commit comments

Comments
 (0)