diff --git a/.github/workflows/dev-5_6.yml b/.github/workflows/dev-5_6.yml index daf1f58..c7fee59 100644 --- a/.github/workflows/dev-5_6.yml +++ b/.github/workflows/dev-5_6.yml @@ -46,7 +46,7 @@ jobs: with: context: . file: ./5.6/Dockerfile - push: true + push: ${{ startsWith(github.ref, 'refs/heads/') }} platforms: linux/amd64,linux/arm/v7,linux/arm64 tags: | bfren/apache-php:dev diff --git a/README.md b/README.md index de196cf..be71606 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,4 @@ Based on [official PHP image](https://hub.docker.com/_/php/) for PHP 5.6.40 with ## Copyright -> Copyright (c) 2021 bfren -> Unless otherwise stated +> Copyright (c) 2021 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index 5975b14..434dcac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.8 \ No newline at end of file +1.2.9 \ No newline at end of file