mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
ff93a759e6
* Improve GHA build process to provide scoped Docker images for PHP 7.3-8.0 * Push cached build layers to Docker Hub instead of ghcr.io * Build "-secured" Docker image * Run Docker publish workflow for the "experimental-scoped" branch * Use "plain" progress output from buildx * Build only one image named "secured", based on PHP 8.0
34 lines
317 B
Plaintext
34 lines
317 B
Plaintext
*~
|
||
.DS_Store
|
||
.idea/
|
||
|
||
.env
|
||
.editorconfig
|
||
.phpstorm.meta.php
|
||
|
||
phpstan.neon
|
||
rector.php
|
||
phpunit.xml
|
||
ecs.php
|
||
changelog-linker.php
|
||
phpstan-for-rector.neon
|
||
|
||
LICENSE
|
||
|
||
.gitattributes
|
||
.gitignore
|
||
|
||
*.md
|
||
|
||
.dockerignore
|
||
Dockerfile
|
||
docker-compose.yml
|
||
docker-compose.dist.yml
|
||
|
||
/vendor
|
||
/docs
|
||
/rector-nested/
|
||
/rector-scoped/
|
||
|
||
*.phar
|