Skip to content

Commit

Permalink
only 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Buresch committed Apr 29, 2024
1 parent bfdc7dd commit 0fcc9df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fcc9df

Please sign in to comment.