Skip to content

Commit 2682c23

Browse files
committed
Fix Let's Encrypt CA issue
1 parent cf82a50 commit 2682c23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-images.yml

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
-
9494
name: Update apt packages
9595
run: docker exec -t imagine-${{ matrix.php-version }} apt-get upgrade -qy
96+
-
97+
name: Fix Let's Encrypt CA certificate
98+
run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 imagine-${{ matrix.php-version }} install-php-extensions @fix_letsencrypt
9699
-
97100
name: Inspect container environment
98101
id: inspect

0 commit comments

Comments
 (0)