File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5050 uses : docker/build-push-action@v6
5151 with :
5252 file : Dockerfile.pgpool
53- platforms : linux/amd64, linux/arm64/v8, linux/ppc64le
53+ platforms : linux/amd64, linux/arm64/v8
5454 push : ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
5555 tags : ${{ steps.meta.outputs.tags }}
5656 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 4848 - name : Build and push Docker image
4949 uses : docker/build-push-action@v6
5050 with :
51- platforms : linux/amd64, linux/arm64/v8, linux/ppc64le
51+ platforms : linux/amd64, linux/arm64/v8
5252 push : ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
5353 tags : ${{ steps.meta.outputs.tags }}
5454 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 19 3 * * *'
66 push :
7- branches : [ main, 15-3.3, 16 -3.4 ]
7+ branches : [ main, 15-3.3, 17 -3.4 ]
88
99env :
10- LATEST : ' 16 -3.4'
10+ LATEST : ' 17 -3.4'
1111 REGISTRY : docker.io
1212 IMAGE_NAME : ${{ github.repository }}
1313
5757 uses : docker/build-push-action@v6
5858 with :
5959 file : Dockerfile.pgpool
60- platforms : linux/amd64, linux/arm64/v8, linux/ppc64le
60+ platforms : linux/amd64, linux/arm64/v8
6161 push : ${{ github.event_name != 'pull_request' }}
6262 tags : ${{ steps.meta.outputs.tags }}
6363 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 19 3 * * *'
66 push :
7- branches : [ main, 15-3.3, 16 -3.4 ]
7+ branches : [ main, 15-3.3, 17 -3.4 ]
88
99env :
10- LATEST : ' 16 -3.4'
10+ LATEST : ' 17 -3.4'
1111 REGISTRY : docker.io
1212 IMAGE_NAME : ${{ github.repository }}
1313
7474 if : env.BRANCH == env.LATEST
7575 uses : docker/build-push-action@v6
7676 with :
77- platforms : linux/amd64, linux/arm64/v8, linux/ppc64le
77+ platforms : linux/amd64, linux/arm64/v8
7878 push : ${{ github.event_name != 'pull_request' }}
7979 tags : ${{ steps.meta-latest.outputs.tags }}
8080 labels : ${{ steps.meta-latest.outputs.labels }}
Original file line number Diff line number Diff line change 1- FROM postgres:16 -bullseye
1+ FROM postgres:17 -bullseye
22
33ENV POSTGIS_MAJOR 3
4- ENV POSTGIS_VERSION 3.4.2 +dfsg-1 .pgdg110+1
4+ ENV POSTGIS_VERSION 3.4.3 +dfsg-2 .pgdg110+1
55ENV POSTGRES_INITDB_ARGS "--data-checksums"
66
77RUN apt-get update \
Original file line number Diff line number Diff line change 1- FROM postgres:16 -bullseye
1+ FROM postgres:17 -bullseye
22
33ENV POSTGIS_MAJOR 3
4- ENV POSTGIS_VERSION 3.4.2 +dfsg-1 .pgdg110+1
4+ ENV POSTGIS_VERSION 3.4.3 +dfsg-2 .pgdg110+1
55ENV POSTGRES_INITDB_ARGS "--data-checksums"
66
77RUN apt-get update \
You can’t perform that action at this time.
0 commit comments