synchronization
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-08-25 13:02:18 +08:00
commit f1ecb4ed07
37 changed files with 1644 additions and 0 deletions

53
.drone-base-image.yml Normal file
View File

@@ -0,0 +1,53 @@
kind: pipeline
type: docker
name: Build Hexo-Images
trigger:
event:
include:
- custom
steps:
- name: Build Hexo-Images
image: plugins/docker
pull: if-not-exists
settings:
registry:
from_secret: REGISTRY
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo:
from_secret: REPO
dry_run: false
tags:
- hexo
context: ./
dockerfile: ./Dockerfile-hexo
build_args:
# - IMAGENAME=node:alpine
- IMAGENAME=registry.cn-hangzhou.aliyuncs.com/offends/hexo:node-alpine
- name: Build Hexo-Async-Images
image: plugins/docker
pull: if-not-exists
settings:
registry:
from_secret: REGISTRY
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo:
from_secret: REPO
dry_run: false
tags:
- hexo-async
context: ./
dockerfile: ./Dockerfile-hexo-async
build_args:
- IMAGENAME=registry.cn-hangzhou.aliyuncs.com/offends/hexo:hexo
volumes:
- name: dockersock
host:
path: /var/run/docker.sock