Skip to content

Commit 7da70cb

Browse files
authored
v2.2.4 (#50)
Minor updates * Using latest base images * Updating to PostgreSQL 14.4 Build updates * Updating workflow versions
1 parent 2be464f commit 7da70cb

File tree

13 files changed

+37
-37
lines changed

13 files changed

+37
-37
lines changed

.github/workflows/dev-12.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ jobs:
3131
id: version
3232
-
3333
name: Set up QEMU
34-
uses: docker/setup-qemu-action@v1
34+
uses: docker/setup-qemu-action@v2
3535
-
3636
name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v1
37+
uses: docker/setup-buildx-action@v2
3838
-
3939
name: Login to DockerHub
40-
uses: docker/login-action@v1
40+
uses: docker/login-action@v2
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444
-
4545
name: Login to GitHub Container Registry
46-
uses: docker/login-action@v1
46+
uses: docker/login-action@v2
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.repository_owner }}
5050
password: ${{ secrets.GITHUB_TOKEN }}
5151
-
5252
name: Build and push
5353
id: docker_build
54-
uses: docker/build-push-action@v2
54+
uses: docker/build-push-action@v3
5555
with:
5656
context: .
5757
file: ./12/Dockerfile

.github/workflows/dev-13.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ jobs:
3131
id: version
3232
-
3333
name: Set up QEMU
34-
uses: docker/setup-qemu-action@v1
34+
uses: docker/setup-qemu-action@v2
3535
-
3636
name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v1
37+
uses: docker/setup-buildx-action@v2
3838
-
3939
name: Login to DockerHub
40-
uses: docker/login-action@v1
40+
uses: docker/login-action@v2
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444
-
4545
name: Login to GitHub Container Registry
46-
uses: docker/login-action@v1
46+
uses: docker/login-action@v2
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.repository_owner }}
5050
password: ${{ secrets.GITHUB_TOKEN }}
5151
-
5252
name: Build and push
5353
id: docker_build
54-
uses: docker/build-push-action@v2
54+
uses: docker/build-push-action@v3
5555
with:
5656
context: .
5757
file: ./13/Dockerfile

.github/workflows/dev-14.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ jobs:
3131
id: version
3232
-
3333
name: Set up QEMU
34-
uses: docker/setup-qemu-action@v1
34+
uses: docker/setup-qemu-action@v2
3535
-
3636
name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v1
37+
uses: docker/setup-buildx-action@v2
3838
-
3939
name: Login to DockerHub
40-
uses: docker/login-action@v1
40+
uses: docker/login-action@v2
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444
-
4545
name: Login to GitHub Container Registry
46-
uses: docker/login-action@v1
46+
uses: docker/login-action@v2
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.repository_owner }}
5050
password: ${{ secrets.GITHUB_TOKEN }}
5151
-
5252
name: Build and push
5353
id: docker_build
54-
uses: docker/build-push-action@v2
54+
uses: docker/build-push-action@v3
5555
with:
5656
context: .
5757
file: ./14/Dockerfile

.github/workflows/publish-12.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@ jobs:
4242
id: version
4343
-
4444
name: Set up QEMU
45-
uses: docker/setup-qemu-action@v1
45+
uses: docker/setup-qemu-action@v2
4646
-
4747
name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@v1
48+
uses: docker/setup-buildx-action@v2
4949
-
5050
name: Login to DockerHub
51-
uses: docker/login-action@v1
51+
uses: docker/login-action@v2
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}
5555
-
5656
name: Login to GitHub Container Registry
57-
uses: docker/login-action@v1
57+
uses: docker/login-action@v2
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.repository_owner }}
6161
password: ${{ secrets.GITHUB_TOKEN }}
6262
-
6363
name: Build and push
6464
id: docker_build
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v3
6666
with:
6767
context: .
6868
file: ./12/Dockerfile

.github/workflows/publish-13.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@ jobs:
4242
id: version
4343
-
4444
name: Set up QEMU
45-
uses: docker/setup-qemu-action@v1
45+
uses: docker/setup-qemu-action@v2
4646
-
4747
name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@v1
48+
uses: docker/setup-buildx-action@v2
4949
-
5050
name: Login to DockerHub
51-
uses: docker/login-action@v1
51+
uses: docker/login-action@v2
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}
5555
-
5656
name: Login to GitHub Container Registry
57-
uses: docker/login-action@v1
57+
uses: docker/login-action@v2
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.repository_owner }}
6161
password: ${{ secrets.GITHUB_TOKEN }}
6262
-
6363
name: Build and push
6464
id: docker_build
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v3
6666
with:
6767
context: .
6868
file: ./13/Dockerfile

.github/workflows/publish-14.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@ jobs:
4242
id: version
4343
-
4444
name: Set up QEMU
45-
uses: docker/setup-qemu-action@v1
45+
uses: docker/setup-qemu-action@v2
4646
-
4747
name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@v1
48+
uses: docker/setup-buildx-action@v2
4949
-
5050
name: Login to DockerHub
51-
uses: docker/login-action@v1
51+
uses: docker/login-action@v2
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}
5555
-
5656
name: Login to GitHub Container Registry
57-
uses: docker/login-action@v1
57+
uses: docker/login-action@v2
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.repository_owner }}
6161
password: ${{ secrets.GITHUB_TOKEN }}
6262
-
6363
name: Build and push
6464
id: docker_build
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v3
6666
with:
6767
context: .
6868
file: ./14/Dockerfile

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.16-4.3.2
1+
FROM bfren/alpine-s6:alpine3.16-4.3.3
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.16-4.3.2
1+
FROM bfren/alpine-s6:alpine3.16-4.3.3
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.16-4.3.2
1+
FROM bfren/alpine-s6:alpine3.16-4.3.3
22

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

14/overlay/tmp/POSTGRESQL_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.3-r0
1+
14.4-r0

0 commit comments

Comments
 (0)