Skip to content

Commit e9ac4f3

Browse files
Remove Postgresql 17 and rename job to be shorter
1 parent ef57e1d commit e9ac4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77

88
jobs:
99
push_to_registry:
10-
name: Push Docker image to Docker Hub
10+
name: Publish Image
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
os: [ubuntu, alpine]
15-
postgres_version: [12, 13, 14, 15, 16, 17]
15+
postgres_version: [12, 13, 14, 15, 16]
1616
exclude:
1717
- os: alpine
1818
postgres_version: 12

0 commit comments

Comments
 (0)