We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736ee24 commit 1288c87Copy full SHA for 1288c87
3 files changed
.github/workflows/dev-5_6.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
context: .
48
file: ./5.6/Dockerfile
49
- push: true
+ push: ${{ startsWith(github.ref, 'refs/heads/') }}
50
platforms: linux/amd64,linux/arm/v7,linux/arm64
51
tags: |
52
bfren/apache-php:dev
README.md
@@ -29,5 +29,4 @@ Based on [official PHP image](https://hub.docker.com/_/php/) for PHP 5.6.40 with
29
30
## Copyright
31
32
-> Copyright (c) 2021 bfren
33
-> Unless otherwise stated
+> Copyright (c) 2021 [bfren](https://bfren.dev) (unless otherwise stated)
VERSION
@@ -1 +1 @@
1
-1.2.8
+1.2.9
0 commit comments