use own image

This commit is contained in:
lubiana 2022-11-08 17:46:26 +01:00
parent 378878b7d7
commit b607869de0
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -0,0 +1 @@
[![Build Status](https://drone.php.fail/api/badges/lubiana/attribute-magix/status.svg)](https://drone.php.fail/lubiana/attribute-magix)