Skip to content

feat(17): update postgres to 17.1.0 #25

feat(17): update postgres to 17.1.0

feat(17): update postgres to 17.1.0 #25

Workflow file for this run

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