mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-03 12:11:38 +00:00
Replace redis with valkey
Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
name: Release Matrix
|
||||
strategy:
|
||||
matrix:
|
||||
image: ['cgit', 'golang', 'haproxy', 'iperf', 'mariadb', 'memcached', 'nginx', 'node', 'numpy-mp', 'perl', 'php', 'php-fpm', 'postgres', 'python', 'rabbitmq', 'r-base', 'redis', 'ruby', 'tesseract-ocr']
|
||||
image: ['cgit', 'golang', 'haproxy', 'iperf', 'mariadb', 'memcached', 'nginx', 'node', 'numpy-mp', 'perl', 'php', 'php-fpm', 'postgres', 'python', 'rabbitmq', 'r-base', 'ruby', 'tesseract-ocr', 'valkey']
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Code Checkout
|
||||
|
||||
@@ -30,8 +30,8 @@ jobs:
|
||||
- postgres
|
||||
- python
|
||||
- rabbitmq
|
||||
- redis
|
||||
- ruby
|
||||
- valkey
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install
|
||||
|
||||
Reference in New Issue
Block a user