mirror of
https://codeberg.org/icewind/php-dbg.git
synced 2026-06-03 17:24:09 +02:00
build bookworm images
This commit is contained in:
parent
5e0b3d51cd
commit
478c4928f9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.1', '8.2', '8.3']
|
php-versions: ['8.1', '8.2', '8.3']
|
||||||
variant: ['cli', 'apache', 'fpm']
|
variant: ['cli', 'apache', 'fpm']
|
||||||
|
base: ['bookworm', 'bullseye']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout patch files
|
- name: Checkout patch files
|
||||||
|
|
@ -43,6 +44,6 @@ jobs:
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: php/${{ matrix.php-versions }}/bullseye/${{ matrix.variant }}
|
context: php/${{ matrix.php-versions }}/${{ matrix.base }}/${{ matrix.variant }}
|
||||||
push: true
|
push: true
|
||||||
tags: icewind1991/php-dbg:${{ matrix.php-versions }}-${{ matrix.variant }}
|
tags: icewind1991/php-dbg:${{ matrix.php-versions }}-${{ matrix.variant }}-${{ matrix.base }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue