File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,16 @@ jobs:
2121 # Go hard on the builders
2222 max-parallel : 5
2323 matrix :
24- alpine -version : ['3.20 ', '3.19 ']
24+ ubuntu -version : ['bookworm ', 'bullseye ']
2525 ruby-version : ['3.3.6', '3.3.5', '3.3.4']
26- # Only 3.3.6 is published (to docker.io) for 3.21, so we include only that here.
27- include :
28- - alpine-version : ' 3.21'
29- ruby-version : ' 3.3.6'
3026 steps :
3127 -
3228 name : Checkout repository
3329 uses : actions/checkout@v4
3430 -
3531 name : Publish to ghcr.io
3632 env :
37- ALPINE_VERSION : ${{ matrix.alpine -version }}
33+ UBUNTU_VERSION : ${{ matrix.ubuntu -version }}
3834 REGISTRY_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3935 RUBY_VERSION : ${{ matrix.ruby-version }}
4036 TAG : ${{ github.event.inputs.tag || '' }}
5854 [ "$TRACE" = 'true' ] && printf 'Calling ./ci/build_image.sh -vvp "%s"\n' "$version" >&2
5955 IMAGE_NAME=$(basename "$GITHUB_REPOSITORY") \
6056 GITHUB_TOKEN=$REGISTRY_TOKEN \
61- ALPINE_VERSION=$ALPINE_VERSION \
57+ UBUNTU_VERSION=$UBUNTU_VERSION \
6258 RUBY_VERSION=$RUBY_VERSION \
6359 ./ci/build_image.sh -vvp "$version"
6460 # yamllint enable rule:line-length
You can’t perform that action at this time.
0 commit comments