Skip to content

Commit 1288c87

Browse files
authored
v1.2.9 (#20)
Build updates * Don't push dev on release Documentation updates * Updating copyright
1 parent 736ee24 commit 1288c87

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/dev-5_6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
context: .
4848
file: ./5.6/Dockerfile
49-
push: true
49+
push: ${{ startsWith(github.ref, 'refs/heads/') }}
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
5252
bfren/apache-php:dev

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ Based on [official PHP image](https://hub.docker.com/_/php/) for PHP 5.6.40 with
2929
3030
## Copyright
3131

32-
> Copyright (c) 2021 bfren
33-
> Unless otherwise stated
32+
> Copyright (c) 2021 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.8
1+
1.2.9

0 commit comments

Comments
 (0)