Skip to content

Commit

Permalink
Remove Postgresql 17 and rename job to be shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Nov 17, 2024
1 parent ef57e1d commit e9ac4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
name: Publish Image
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu, alpine]
postgres_version: [12, 13, 14, 15, 16, 17]
postgres_version: [12, 13, 14, 15, 16]
exclude:
- os: alpine
postgres_version: 12
Expand Down

0 comments on commit e9ac4f3

Please sign in to comment.