Skip to content

Feat/bitnami pgpool

Feat/bitnami pgpool #8

Workflow file for this run

name: PR Closed
on:
pull_request:
branches: [main]
types: [closed]
concurrency:
# PR open and close use the same group, allowing only one at a time
group: pr-${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
cleanup:
name: Untagged container cleanup
permissions:
packages: write
runs-on: ubuntu-22.04
strategy:
matrix:

Check failure on line 20 in .github/workflows/pr-close.yml

View workflow run for this annotation

GitHub Actions / PR Closed

Invalid workflow file

The workflow is not valid. .github/workflows/pr-close.yml (Line: 20, Col: 14): Unexpected value '' .github/workflows/pr-close.yml (Line: 21, Col: 7): Unexpected value 'package'
package: [bitnami/postgresql,bitnami/postgresql-ha,bitnami/pgpool, postgres/postgres]
steps:
- uses: actions/delete-package-versions@v4
with:
package-name: ${{ github.event.repository.name }}/${{ matrix.package }}
package-type: 'container'
min-versions-to-keep: 50
delete-only-untagged-versions: 'true'