Skip to content

Commit

Permalink
Merge branch 'master' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 8, 2023
2 parents c37d34d + 372fb41 commit 2196935
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
BASE_IMAGE_STABILITY_TAG: 4.48.7

jobs:
wordpress-82:
wordpress-83:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -32,10 +32,10 @@ jobs:
- uses: ./.github/actions
with:
version: ${{ env.WORDPRESS6 }}
php_ver: '8.2'
tags: 6-8.2,6-8,6,latest
php_ver: '8.3'
tags: 6-8.3,6-8,6,latest
platform: linux/amd64,linux/arm64
wordpress-81:
wordpress-82:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -46,10 +46,10 @@ jobs:
- uses: ./.github/actions
with:
version: ${{ env.WORDPRESS6 }}
php_ver: '8.1'
tags: 6-8.1
php_ver: '8.2'
tags: 6-8.2
platform: linux/amd64,linux/arm64
wordpress-80:
wordpress-81:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -60,6 +60,6 @@ jobs:
- uses: ./.github/actions
with:
version: ${{ env.WORDPRESS6 }}
php_ver: '8.0'
tags: 6-8.0
php_ver: '8.1'
tags: 6-8.1
platform: linux/amd64,linux/arm64
4 changes: 2 additions & 2 deletions .wordpress-php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
8.3#2023-11-30T02:13:33.544542Z
8.2#2023-11-30T02:13:33.544542Z
8.1#2023-11-30T02:13:33.544542Z
8.0#2023-11-30T02:13:33.544542Z
8.1#2023-11-30T02:13:33.544542Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORDPRESS_VER ?= 6.4.2

WORDPRESS_VER_MAJOR ?= $(shell echo "${WORDPRESS_VER}" | grep -oE '^[0-9]+')

PHP_VER ?= 8.2
PHP_VER ?= 8.3
BASE_IMAGE_TAG = $(PHP_VER)

REPO = wodby/wordpress
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Overview:

| Supported tags and respective `Dockerfile` links | WordPress | PHP |
|--------------------------------------------------|-----------|-----|
| `6-8.2`, `6-8`, `6`, `latest` [_(Dockerfile)_] | 6 | 8.2 |
| `6-8.3`, `6-8`, `6`, `latest` [_(Dockerfile)_] | 6 | 8.3 |
| `6-8.2` [_(Dockerfile)_] | 6 | 8.2 |
| `6-8.1` [_(Dockerfile)_] | 6 | 8.1 |
| `6-8.0` [_(Dockerfile)_] | 6 | 8.0 |

All images built for `linux/amd64` and `linux/arm64`

Expand Down

0 comments on commit 2196935

Please sign in to comment.