Skip to content

Merge branch 'main' of github.com:Joker9944/k8s-config #12

Merge branch 'main' of github.com:Joker9944/k8s-config

Merge branch 'main' of github.com:Joker9944/k8s-config #12

name: postgresql-client
on:
workflow_dispatch:
push:
paths:
- images/postgresql-client/Dockerfile
branches:
- main
jobs:
call-workflow-passing-data:
uses: Joker9944/k8s-config/.github/workflows/docker-publish.yml@main
with:
image_name: joker9944/postgresql-client
upstream_image_name: alpine
context: images/postgresql-client
secrets: inherit
permissions:
packages: write
id-token: write
contents: read