From 0fcc9df871cc281c0f10333136b6c0512d0a109c Mon Sep 17 00:00:00 2001 From: Mathias Buresch Date: Mon, 29 Apr 2024 18:48:54 +0200 Subject: [PATCH] only 8.2 --- bin/ci.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/ci.sh b/bin/ci.sh index 8d0bc86..c1bed4f 100755 --- a/bin/ci.sh +++ b/bin/ci.sh @@ -5,8 +5,10 @@ WORKDIR=$(realpath $0 | xargs dirname | xargs dirname) export VERSION=$(cat $WORKDIR/VERSION) export IMAGE_NAME="claranet/php" -FROM_IMAGE_TAGS="8.2.18-fpm-bookworm 8.3.6-fpm-bookworm" -LATEST_IMAGE="8.3.6-fpm-bookworm" +#FROM_IMAGE_TAGS="8.2.18-fpm-bookworm 8.3.6-fpm-bookworm" +FROM_IMAGE_TAGS="8.2.18-fpm-bookworm" +LATEST_IMAGE="8.2.18-fpm-bookworm" +#LATEST_IMAGE="8.3.6-fpm-bookworm" # Based on $GITHUB_HEAD_REF which is set fot pull requests # and $RELEASE_VERSION which holds either the branch name or tag