| @@ -35,7 +35,7 @@ steps: | |||||
| settings: | settings: | ||||
| dockerfile: docker/php/Dockerfile | dockerfile: docker/php/Dockerfile | ||||
| registry: localhost:5000 | registry: localhost:5000 | ||||
| repo: arbitry_php_base | |||||
| repo: localhost:5000/arbitry_php_base | |||||
| dry_run: true | dry_run: true | ||||
| insecure: true | insecure: true | ||||
| build_args: | build_args: | ||||
| @@ -53,7 +53,7 @@ steps: | |||||
| settings: | settings: | ||||
| dockerfile: docker/php-fpm/Dockerfile | dockerfile: docker/php-fpm/Dockerfile | ||||
| registry: localhost:5000 | registry: localhost:5000 | ||||
| repo: arbitry_php_fpm | |||||
| repo: localhost:5000/arbitry_php_base | |||||
| dry_run: true | dry_run: true | ||||
| insecure: true | insecure: true | ||||
| build_args: | build_args: | ||||