Skip to content

chore(deps): update docker.io/timescale/timescaledb docker tag to v2.17.2-pg17-oss #26

chore(deps): update docker.io/timescale/timescaledb docker tag to v2.17.2-pg17-oss

chore(deps): update docker.io/timescale/timescaledb docker tag to v2.17.2-pg17-oss #26

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 }}