Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30901bae7a | |||
|
|
aa633b064a | ||
|
|
5e78804e8d | ||
|
|
2bdbcaaa13 | ||
|
|
8900767980 | ||
|
|
fc341f3e16 | ||
|
|
25680c9a50 | ||
|
|
81c5a2c8de | ||
|
|
2f403e9405 | ||
|
|
e53fe3fe7f | ||
|
|
eacca0adf2 | ||
|
|
03d2fc592b | ||
|
|
34cee3536e | ||
|
|
cd50f19b81 | ||
|
|
15054f742d | ||
|
|
314b0bdc1f |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -22,11 +22,11 @@ jobs:
|
||||
DOKKU_VERSION: master
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
|
||||
@@ -64,11 +64,11 @@ jobs:
|
||||
DOKKU_TAG: v0.19.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
|
||||
|
||||
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.2.2
|
||||
uses: softprops/action-gh-release@v2.4.1
|
||||
with:
|
||||
generate_release_notes: true
|
||||
make_latest: "true"
|
||||
|
||||
@@ -1 +1 @@
|
||||
FROM postgres:17.5
|
||||
FROM mirror.ccs.tencentyun.com/library/postgres:17.5
|
||||
|
||||
Reference in New Issue
Block a user