File tree Expand file tree Collapse file tree 8 files changed +6
-20
lines changed
Expand file tree Collapse file tree 8 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 4545 with :
4646 username : ${{ secrets.DOCKERHUB_USERNAME }}
4747 password : ${{ secrets.DOCKERHUB_TOKEN }}
48- -
49- name : Login to GitHub Container Registry
50- uses : docker/login-action@v2
51- with :
52- registry : ghcr.io
53- username : ${{ github.repository_owner }}
54- password : ${{ secrets.GITHUB_TOKEN }}
5548 -
5649 name : Build and push
5750 id : docker_build
Original file line number Diff line number Diff line change 5656 with :
5757 username : ${{ secrets.DOCKERHUB_USERNAME }}
5858 password : ${{ secrets.DOCKERHUB_TOKEN }}
59- -
60- name : Login to GitHub Container Registry
61- uses : docker/login-action@v2
62- with :
63- registry : ghcr.io
64- username : ${{ github.repository_owner }}
65- password : ${{ secrets.GITHUB_TOKEN }}
6659 -
6760 name : Build and push
6861 id : docker_build
Original file line number Diff line number Diff line change 1- FROM bfren/alpine-s6:alpine3.17-4.4.7
1+ FROM bfren/alpine-s6:alpine3.17-4.4.8
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.7
1+ FROM bfren/alpine-s6:alpine3.17-4.4.8
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.7
1+ FROM bfren/alpine-s6:alpine3.17-4.4.8
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.7
1+ FROM bfren/alpine-s6:alpine3.17-4.4.8
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.7
1+ 2.3.8
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.7 "
7+ BASE_REVISION=" 4.4.8 "
88echo " Base: ${BASE_REVISION} "
99
1010POSTGRESQL_VERSIONS=" 12 13 14 15"
You can’t perform that action at this time.
0 commit comments