diff --git a/.drone.yml b/.drone.yml index 5da102a..3d2bf8a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,11 +53,11 @@ steps: settings: dockerfile: docker/php-fpm/Dockerfile registry: docker-registry:5000 - repo: docker-registry:5000/arbitry_php_base + repo: docker-registry:5000/arbitry_php_fpm dry_run: true insecure: true build_args: - BUILD_IMAGE: arbitry_php_base + BUILD_IMAGE: docker-registry:5000/arbitry_php_base PHP_VERSION: 7.4.4 depends_on: - build_php_base