Skip to content

feat: customized timescaledb docker image #1

feat: customized timescaledb docker image

feat: customized timescaledb docker image #1

Workflow file for this run

name: Build & Push Postgres 16 OCI Image to OCI Image Registry
on:
push:
branches:
- main
paths:
- "16/Dockerfile"
pull_request:
branches:
- main
paths:
- "16/Dockerfile"
jobs:
workdirs:
uses: ./.github/workflows/specify-workdir.yaml

Check failure on line 17 in .github/workflows/postgres-16.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/postgres-16.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/postgres-16.yaml" -> "./.github/workflows/specify-workdir.yaml" : failed to fetch workflow: workflow was not found.
with:
base-dir: 18
image:
uses: ./.github/workflows/build.yaml
needs: workdirs
with:
workdirs: '["16"]'
images: |
ghcr.io/takodotid/postgres
secrets:
ghcr-username: ${{ github.repository_owner }}
ghcr-access-token: ${{ secrets.GITHUB_TOKEN }}