Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 13, 2023
1 parent 9b25e11 commit bb2ae68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgres, postgres/postgres]
package: [bitnami/postgresql, postgres/postgres]
tag: [12, 13, 14, 15, 16]
timeout-minutes: 10
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgres, postgres/postgres]
package: [bitnami/postgresql, postgres/postgres]
steps:
- uses: actions/delete-package-versions@v4
with:
Expand Down

0 comments on commit bb2ae68

Please sign in to comment.