From 5ec0c29d58556e18f5a32cd4457ce336a8593b37 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Mon, 15 Nov 2021 08:37:19 +0000 Subject: [PATCH 1/3] Bumping version to 1.2.9 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 97e5aa8385dfab66cc5e4628407882834f476606 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Mon, 15 Nov 2021 08:37:21 +0000 Subject: [PATCH 2/3] Updating copyright --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) From 630527accdf48fb182cf94617d1b834a3c7ba5c3 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Sat, 20 Nov 2021 13:34:47 +0000 Subject: [PATCH 3/3] Don't push dev on release --- .github/workflows/dev-5_6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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