use own image
This commit is contained in:
parent
378878b7d7
commit
b607869de0
2 changed files with 4 additions and 3 deletions
|
@ -4,19 +4,19 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: install
|
||||
image: composer
|
||||
image: git.php.fail/lubiana/container/php:81
|
||||
commands:
|
||||
- cd app
|
||||
- composer install
|
||||
- name: phpstan
|
||||
image: ghcr.io/phpstan/phpstan:1-php8.1
|
||||
image: git.php.fail/lubiana/container/php:81
|
||||
commands:
|
||||
- cd app
|
||||
- php ./vendor/bin/phpstan analyze
|
||||
depends_on:
|
||||
- install
|
||||
- name: ecs
|
||||
image: php:8.1-cli-alpine
|
||||
image: git.php.fail/lubiana/container/php:81
|
||||
commands:
|
||||
- cd app
|
||||
- php ./vendor/bin/ecs
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
[![Build Status](https://drone.php.fail/api/badges/lubiana/attribute-magix/status.svg)](https://drone.php.fail/lubiana/attribute-magix)
|
Loading…
Reference in a new issue