File tree Expand file tree Collapse file tree 8 files changed +6
-14
lines changed
Expand file tree Collapse file tree 8 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 6767 tags : |
6868 bfren/postgresql:postgresql${{ matrix.postgresql }}-dev
6969 bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}-beta
70- ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-dev
71- ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}-beta
7270 -
7371 name : Image digest
7472 run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 8282 bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}
8383 bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}
8484 bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
85- ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}
86- ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version_major.outputs.contents }}
87- ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version_minor.outputs.contents }}
88- ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}
89- ghcr.io/bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}
90- ghcr.io/bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
9185 -
9286 name : Image digest
9387 run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.17-4.4.6
1+ FROM bfren/alpine-s6:alpine3.17-4.4.7
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.17-4.4.6
1+ FROM bfren/alpine-s6:alpine3.17-4.4.7
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.17-4.4.6
1+ FROM bfren/alpine-s6:alpine3.17-4.4.7
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.17-4.4.6
1+ FROM bfren/alpine-s6:alpine3.17-4.4.7
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- 2.3.6
1+ 2.3.7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44
55docker pull bfren/alpine
66
7- BASE_REVISION=" 4.4.6 "
7+ BASE_REVISION=" 4.4.7 "
88echo " Base: ${BASE_REVISION} "
99
1010POSTGRESQL_VERSIONS=" 12 13 14 15"
You can’t perform that action at this time.
0 commit comments