Files
Blog/.woodpecker/build.yaml
Phoenix/HotaruBlaze bb0a8b2361
Some checks failed
ci/woodpecker/push/build Pipeline failed
Add cache
2026-04-17 03:03:50 +01:00

31 lines
715 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
username:
from_secret: docker_woodpecker_username
password:
from_secret: docker_woodpecker_pat
platforms: linux/amd64
cache_from: |
type=registry,ref=git.infernonode.com/hotarublaze/blog:buildcache
cache_to: |
type=registry,ref=git.infernonode.com/hotarublaze/blog:buildcache,mode=max