fix: redis & valkey images immediately shutdown

This commit is contained in:
Mathieu Fenniak 2025-11-15 15:17:59 -07:00
parent a9a813cc44
commit df8d0cf9f2
No known key found for this signature in database

View file

@ -172,6 +172,8 @@ jobs:
cacher: cacher:
image: ${{ matrix.cacher.image }} image: ${{ matrix.cacher.image }}
options: ${{ matrix.cacher.options }} options: ${{ matrix.cacher.options }}
env:
ALLOW_EMPTY_PASSWORD: "yes" # redis & valkey will immediately shutdown with no defined password unless overridden
steps: steps:
- uses: https://data.forgejo.org/actions/checkout@v5 - uses: https://data.forgejo.org/actions/checkout@v5
- uses: ./.forgejo/workflows-composite/setup-env - uses: ./.forgejo/workflows-composite/setup-env