Skip to content

Commit

Permalink
ci: 🎡 add postgresql 17 build (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatMe0w authored Sep 27, 2024
1 parent e796fa9 commit c4d089d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_build_alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- 14-alpine
- 15-alpine
- 16-alpine
- 17-alpine
steps:
- name: Determine if push is needed
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker_build_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- 14
- 15
- 16
- 17
steps:
- name: Determine if push is needed
run: |
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ Fork from: <https://github.com/chen-xin/docker_zhparser>, and upgrade to new ver
# Supported tags and respective Dockerfile links

- [latest](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.debian)
- [17](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.debian)
- [16](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.debian)
- [15](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.debian)
- [14](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.debian)
- [13](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.debian)
- [12](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.debian)
- [alpine](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.alpine)
- [17-alpine](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.alpine)
- [16-alpine](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.alpine)
- [15-alpine](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.alpine)
- [14-alpine](https://github.com/abcfy2/docker_zhparser/blob/main/Dockerfile.alpine)
Expand Down

0 comments on commit c4d089d

Please sign in to comment.