Skip to content

Commit

Permalink
Merge pull request #485 from girder/ci-dockerfile
Browse files Browse the repository at this point in the history
Fix building test docker.
  • Loading branch information
manthey authored Sep 29, 2020
2 parents 9acbc11 + 3167e2e commit 2bba875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- checkout
- run:
name: Build the test docker
command: docker build --force-rm -t girder/tox-and-node --build-arg .
command: docker build --force-rm -t girder/tox-and-node .
- run:
name: Publish the images to Docker Hub
command: |
Expand Down

0 comments on commit 2bba875

Please sign in to comment.