Files
Blog/.woodpecker/build.yaml
Phoenix/HotaruBlaze b3393c2899
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Cache v2
2026-04-17 03:12:53 +01:00

29 lines
591 B
YAML

when:
- event: push
branch: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
steps:
- name: build docker image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.infernonode.com/hotarublaze/blog
registry: git.infernonode.com
tags: latest
cache_images:
- git.infernonode.com/hotarublaze/blog:cache
username:
from_secret: docker_woodpecker_username
password:
from_secret: docker_woodpecker_pat
platforms: linux/amd64