Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03e97547da | ||
|
|
0e4d45628a | ||
|
|
573b28a1b8 |
+2
-6
@@ -13,10 +13,6 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
registry: https://registry.cn-hangzhou.aliyuncs.com
|
||||
repo: registry.cn-hangzhou.aliyuncs.com/loghub/redis
|
||||
repo: registry.cn-hangzhou.aliyuncs.com/loghub/rabbitmq
|
||||
tags:
|
||||
- 8-alpine
|
||||
|
||||
volumes:
|
||||
- name: ruoyi_cache
|
||||
temp: {}
|
||||
- 4.2-management-alpine
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM redis:8.6-rc1-alpine3.23
|
||||
FROM rabbitmq:4.2-management-alpine
|
||||
|
||||
RUN set -eux; \
|
||||
apk update; \
|
||||
|
||||
Reference in New Issue
Block a user