Skip to content

Commit c9a60f0

Browse files
authored
v2.1.9 (#40)
Minor updates * Using latest base images Build updates * Updating auto release action
1 parent 88a299b commit c9a60f0

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

.github/workflows/auto-release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
-
13-
name: Get Pull Request Title
14-
run: echo "PR_TITLE=${{ github.event.pull_request.title }}" >> $GITHUB_ENV
15-
shell: bash
16-
-
17-
name: Create Release ${{ env.PR_TITLE }}
18-
uses: bfren/action-gh-release@v1
13+
name: Create Release ${{ github.event.pull_request.title }}
14+
uses: bfren/create-release@v1
1915
with:
2016
token: ${{ secrets.PAT }}
21-
name: ${{ env.PR_TITLE }}
22-
tag_name: ${{ env.PR_TITLE }}
17+
repo: ${{ github.repository }}
18+
pr_title: ${{ github.event.pull_request.title }}

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.15-4.2.9
1+
FROM bfren/alpine-s6:alpine3.15-4.2.10
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.15-4.2.9
1+
FROM bfren/alpine-s6:alpine3.15-4.2.10
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.15-4.2.9
1+
FROM bfren/alpine-s6:alpine3.15-4.2.10
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.1.8
1+
2.1.9

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.2.9"
7+
BASE_REVISION="4.2.10"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14"

0 commit comments

Comments
 (0)