Skip to content

Commit b9779d0

Browse files
committed
refactor: Do not rebuild alpine v3.16 base image for PHP 8.1
as the alpine image is not really updated and the build fails due to missing old packages, we do not rebuild the alpine 3.16 image anymore and use the base image already present in the registry
1 parent 8911142 commit b9779d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-docker-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- php-version: "8.1"
22-
flavour: alpine
23-
distribution-version: "3.16"
2421
- php-version: "8.3"
2522
flavour: alpine
2623
distribution-version: "3.19"

0 commit comments

Comments
 (0)