Skip to content

Commit fdba99b

Browse files
committed
ci: add latest for a given php version
1 parent a7373eb commit fdba99b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- wordpress_version: 6.8.2
1313
php_version: 8.4
1414
cli_version: 2.12.0
15+
latest: true
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v4
@@ -23,6 +24,7 @@ jobs:
2324
images: ghcr.io/clevyr/wordpress
2425
tags: |
2526
type=raw,value=${{ matrix.wordpress_version }}-php${{ matrix.php_version }},enabled=${{ matrix.name == '' }}
27+
type=raw,value=php${{ matrix.php_version }},enabled=${{ matrix.latest }}
2628
2729
- name: Set up QEMU
2830
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)