Skip to content

Commit c7c02fc

Browse files
committed
build postgres-16 with github actions
1 parent 91968c0 commit c7c02fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,14 @@ jobs:
4646
push: ${{ github.event_name != 'pull_request' }}
4747
platforms: linux/amd64,linux/arm64
4848
file: 14/Dockerfile
49+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:14
50+
labels: ${{ steps.meta.outputs.labels }}
51+
52+
- name: Build and push Docker image (postgres:16)
53+
uses: docker/build-push-action@v3
54+
with:
55+
push: ${{ github.event_name != 'pull_request' }}
56+
platforms: linux/amd64,linux/arm64
57+
file: 16/Dockerfile
4958
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:14,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
5059
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)