mirror of
https://codeberg.org/icewind/php-dbg.git
synced 2026-06-03 09:14: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:
|
||||
php-versions: ['8.1', '8.2', '8.3']
|
||||
variant: ['cli', 'apache', 'fpm']
|
||||
base: ['bookworm', 'bullseye']
|
||||
|
||||
steps:
|
||||
- name: Checkout patch files
|
||||
|
|
@ -43,6 +44,6 @@ jobs:
|
|||
id: docker_build
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: php/${{ matrix.php-versions }}/bullseye/${{ matrix.variant }}
|
||||
context: php/${{ matrix.php-versions }}/${{ matrix.base }}/${{ matrix.variant }}
|
||||
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