Skip to content

Commit 460688e

Browse files
committed
Update README.md
1 parent ffcc193 commit 460688e

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
# Actions and Docker Image with PHP extensions
22

3-
[![GitHub Release](https://img.shields.io/github/tag/104corp/actions-php-testing.svg)](https://github.com/104corp/actions-php-testing/releases)
3+
[![GitHub Release](https://img.shields.io/github/tag/104corp/docker-php-testing.svg)](https://github.com/104corp/docker-php-testing/releases)
44
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
5-
[![Build Status](https://travis-ci.org/104corp/docker-php-testing.svg?branch=master)](https://travis-ci.org/104corp/docker-php-testing)
65
[![DockerHub Stars](https://img.shields.io/docker/stars/104corp/php-testing.svg)](https://hub.docker.com/r/104corp/php-testing/)
76
[![DockerHub Pulls](https://img.shields.io/docker/pulls/104corp/php-testing.svg)](https://hub.docker.com/r/104corp/php-testing/)
87

9-
## Usage Actions
8+
![Testing](https://github.com/104corp/docker-php-testing/workflows/PHP%20testing/badge.svg)
9+
10+
## Usage for Actions
1011

1112
Via GitHub Workflow
1213

1314
```
1415
- name: PHP testing actions
15-
uses: 104corp/docker-php-testing@v0.0.1
16+
uses: 104corp/docker-php-testing@v1.0.0
1617
```
1718

19+
## Usage for Docker
20+
21+
See [Docker Hub](https://hub.docker.com/r/104corp/php-testing/)
22+
1823
## Supported tags and respective `Dockerfile` links
1924

2025
* [`7.3` (7.3/Dockerfile)](https://github.com/104corp/docker-php-testing/blob/master/7.3/Dockerfile)

0 commit comments

Comments
 (0)