Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd5e93ca07 | |||
| 8961360419 | |||
| ec3dcfcbb4 | |||
|
|
15b2bf34e1 | ||
|
|
1806e7a16c | ||
|
|
138d065af2 | ||
|
|
7530ccdbff | ||
|
|
65603ccee7 | ||
|
|
a150dcc1c5 | ||
|
|
6ccb6dcdb0 | ||
|
|
4ced6bd2e7 | ||
|
|
4e92b82fa9 | ||
|
|
091e870dac | ||
|
|
94aaf2559c | ||
|
|
d1936e8756 | ||
|
|
3f90d6ca6b | ||
|
|
603af87bd1 | ||
|
|
1a6536d398 |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -22,11 +22,11 @@ jobs:
|
|||||||
DOKKU_VERSION: master
|
DOKKU_VERSION: master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
|
|
||||||
@@ -64,11 +64,11 @@ jobs:
|
|||||||
DOKKU_TAG: v0.19.0
|
DOKKU_TAG: v0.19.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.3.2
|
uses: softprops/action-gh-release@v2.3.4
|
||||||
with:
|
with:
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
make_latest: "true"
|
make_latest: "true"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
FROM redis:8.0.3
|
FROM ccr.ccs.tencentyun.com/miaogai/redis:8.2.1
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# dokku redis [](https://github.com/dokku/dokku-redis/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
# dokku redis [](https://github.com/dokku/dokku-redis/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||||
|
|
||||||
Official redis plugin for dokku. Currently defaults to installing [redis 8.0.3](https://hub.docker.com/_/redis/).
|
Official redis plugin for dokku. Currently defaults to installing [redis 8.2.1](https://hub.docker.com/_/redis/).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
description = "dokku redis service plugin"
|
description = "dokku redis service plugin"
|
||||||
version = "1.40.2"
|
version = "1.40.4"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
Reference in New Issue
Block a user