使用缓存镜像
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
seahi 2025-04-18 13:15:25 +08:00
parent d78030c94d
commit 8b70533928
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ node:
steps:
- name: Build and Push
image: plugins/docker
image: harbor.seahi.me/plugins/docker
pull: if-not-exists
privileged: false
environment:

View File

@ -1,4 +1,4 @@
FROM alpine
FROM harbor.seahi.me/stu/alpine
RUN apk add --no-cache supervisor bash