Skip to content

Commit 32f0874

Browse files
authored
v1.1.9 (#8)
Documentation updates * Simplifying shields on README Build updates * Adding workflow_dispatch trigger Development updates * Adding markdownlint.json
1 parent 99cea9b commit 32f0874

5 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/dev-5_6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '5.6/**'
1212
- 'overlay/**'
1313
- 'VERSION'
14+
workflow_dispatch:
1415

1516
jobs:
1617
test-5_6:

.github/workflows/main-5_6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '5.6/**'
1212
- 'overlay/**'
1313
- 'VERSION'
14+
workflow_dispatch:
1415

1516
jobs:
1617
publish-5_6:

.markdownlint.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"MD013": false,
3+
"MD033": false
4+
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Docker Apache PHP
22

3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bencgreen/docker-apache-php) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bencgreen/docker-apache-php/dev-5_6?label=github+5.6) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/bcgdesign/apache-php?label=docker) ![Docker Pulls](https://img.shields.io/docker/pulls/bcgdesign/apache-php?label=pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/bcgdesign/apache-php/latest?label=size)
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bencgreen/docker-apache-php) ![Docker Pulls](https://img.shields.io/docker/pulls/bcgdesign/apache-php?label=pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/bcgdesign/apache-php/latest?label=size)<br/>
4+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bencgreen/docker-apache-php/dev-5_6?label=PHP+5.6)
45

56
[Docker Repository](https://hub.docker.com/r/bcgdesign/apache-php) - [bcg|design ecosystem](https://github.com/bencgreen/docker)
67

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.7
1+
1.1.9

0 commit comments

Comments
 (0)