Skip to content

Commit

Permalink
Merge pull request #52 from pi-hole/tweak/ci-image
Browse files Browse the repository at this point in the history
Use the pihole Docker namespace
  • Loading branch information
AzureMarker committed Aug 19, 2018
2 parents cb405d2 + 3e35cb3 commit e8e808e
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 @@ -2,7 +2,7 @@ version: 2

.job_template: &job_template
docker:
- image: thepihole/api-build:$CIRCLE_JOB
- image: pihole/api-build:$CIRCLE_JOB
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit e8e808e

Please sign in to comment.