Skip to content

Commit ee01f22

Browse files
committed
docs: missing header with badges, bump goss action
1 parent 63aeaf7 commit ee01f22

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
php_type: ['fpm', 'cli', 'supervisord']
3333
os_name: ['alpine']
3434
steps:
35-
- uses: e1himself/goss-installation-action@v1.0.4
35+
- uses: e1himself/goss-installation-action@v1.1.0
3636

3737
- name: Checkout
3838
uses: actions/[email protected]

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<br>
2+
3+
<div align="center">
4+
<img width="456" src="https://raw.githubusercontent.com/wayofdev/docker-php-dev/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only">
5+
<img width="456" src="https://raw.githubusercontent.com/wayofdev/docker-php-dev/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only">
6+
</div>
7+
8+
<br>
9+
10+
<br>
11+
12+
<div align="center">
13+
<a href="https://actions-badge.atrox.dev/wayofdev/docker-php-dev/goto"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fdocker-php-dev%2Fbadge&style=flat-square"/></a>
14+
<a href="https://github.com/wayofdev/docker-php-dev/tags"><img src="https://img.shields.io/github/v/tag/wayofdev/docker-php-dev?sort=semver&style=flat-square" alt="Latest Version"></a>
15+
<a href="https://hub.docker.com/repository/docker/wayofdev/php-dev"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/wayofdev/php-dev?style=flat-square"></a>
16+
<a href="LICENSE"><img src="https://img.shields.io/github/license/wayofdev/docker-php-dev.svg?style=flat-square&color=blue" alt="Software License"/></a>
17+
<a href="#"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/docker-php-dev/latest?style=flat-square"></a>
18+
</div>
19+
20+
<br>
21+
122
# Docker Image: PHP Dev(el)
223

324
Repository contains dist folder with generated, local development ready, PHP images and source code located in src folder. Written using Ansible, to generate them. It is used, together with other WOD images, to create a local development environment for our projects.

0 commit comments

Comments
 (0)