mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
fix: redis & valkey images immediately shutdown
This commit is contained in:
parent
a9a813cc44
commit
df8d0cf9f2
1 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ jobs:
|
|||
cacher:
|
||||
image: ${{ matrix.cacher.image }}
|
||||
options: ${{ matrix.cacher.options }}
|
||||
env:
|
||||
ALLOW_EMPTY_PASSWORD: "yes" # redis & valkey will immediately shutdown with no defined password unless overridden
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v5
|
||||
- uses: ./.forgejo/workflows-composite/setup-env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue