Skip to content

Commit 75f2875

Browse files
authored
v2.3.8 (#71)
Minor updates * Using latest base images Build updates * Don't sign in to GHCR
1 parent fb9f4d8 commit 75f2875

File tree

8 files changed

+6
-20
lines changed

8 files changed

+6
-20
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ jobs:
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

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.7
1+
FROM bfren/alpine-s6:alpine3.17-4.4.8
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.7
1+
FROM bfren/alpine-s6:alpine3.17-4.4.8
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.7
1+
FROM bfren/alpine-s6:alpine3.17-4.4.8
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.7
1+
FROM bfren/alpine-s6:alpine3.17-4.4.8
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.7
1+
2.3.8

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_REVISION="4.4.7"
7+
BASE_REVISION="4.4.8"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14 15"

0 commit comments

Comments
 (0)