Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
philmtd committed Sep 14, 2022
1 parent df9f132 commit bcc0be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- restore_cache:
key: full-house-frontend-{{ .Environment.CIRCLE_SHA1 }}
- run: cp ./circle-artifacts/full-house .
- run: mv /home/circleci/project/frontend/dist ./frontend
- run: docker build -t philmtd/full-house:latest .
- run: docker tag philmtd/full-house:latest philmtd/full-house:$CIRCLE_TAG
- run: echo "$DOCKERHUB_PASSWORD" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
Expand Down

0 comments on commit bcc0be3

Please sign in to comment.