Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd5e93ca07 | |||
| 8961360419 | |||
| ec3dcfcbb4 | |||
|
|
15b2bf34e1 | ||
|
|
1806e7a16c | ||
|
|
138d065af2 | ||
|
|
7530ccdbff | ||
|
|
65603ccee7 | ||
|
|
a150dcc1c5 | ||
|
|
6ccb6dcdb0 | ||
|
|
4ced6bd2e7 | ||
|
|
4e92b82fa9 | ||
|
|
091e870dac | ||
|
|
94aaf2559c | ||
|
|
d1936e8756 |
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.3.2
|
||||
uses: softprops/action-gh-release@v2.3.4
|
||||
with:
|
||||
generate_release_notes: true
|
||||
make_latest: "true"
|
||||
|
||||
@@ -1 +1 @@
|
||||
FROM redis:8.2.0
|
||||
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)
|
||||
|
||||
Official redis plugin for dokku. Currently defaults to installing [redis 8.2.0](https://hub.docker.com/_/redis/).
|
||||
Official redis plugin for dokku. Currently defaults to installing [redis 8.2.1](https://hub.docker.com/_/redis/).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku redis service plugin"
|
||||
version = "1.40.3"
|
||||
version = "1.40.4"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user