We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91968c0 commit c7c02fcCopy full SHA for c7c02fc
.github/workflows/docker-publish.yml
@@ -46,5 +46,14 @@ jobs:
46
push: ${{ github.event_name != 'pull_request' }}
47
platforms: linux/amd64,linux/arm64
48
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
58
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:14,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
59
labels: ${{ steps.meta.outputs.labels }}
0 commit comments