Skip to content

feat(16): bump to 16.6 #34

feat(16): bump to 16.6

feat(16): bump to 16.6 #34

Workflow file for this run

name: Build & Push Postgres 16 OCI Image to OCI Image Registry
on:
push:
branches:
- main
paths:
- "16/Dockerfile"
- "docker-entrypoint.sh"
- "initdb/*"
pull_request:
branches:
- main
paths:
- "16/Dockerfile"
- "docker-entrypoint.sh"
- "initdb/*"
jobs:
docker:
permissions:
contents: read
packages: write
uses: ./.github/workflows/build.yaml
with:
dockerfile: "16/Dockerfile"
images: |
ghcr.io/${{ github.repository_owner }}/postgres
secrets:
ghcr-username: ${{ github.repository_owner }}
ghcr-access-token: ${{ secrets.GITHUB_TOKEN }}