diff --git a/.drone.yml b/.drone.yml index cc658b5..7bb2952 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,4 +35,7 @@ steps: - vendor/bin/phpunit -c test/phpunit.xml environment: OBJECTSTORAGE_PROVIDER: RedisProvider - OBJECTSTORAGE_REDIS_HOST: cache \ No newline at end of file + OBJECTSTORAGE_REDIS_HOST: cache + +image_pull_secrets: + - dockerconfig \ No newline at end of file