Files
Homepage/.woodpecker/build.yaml
HotaruBlaze 40a66baba3
Some checks failed
Build and Push Astro Docker Image / build-and-push (push) Has been cancelled
Add .woodpecker/build.yaml
2026-06-02 14:52:26 +01:00

29 lines
571 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/homepage
registry: git.infernonode.com
tags: latest
cache_images:
- git.infernonode.com/hotarublaze/homepage:cache
username:
from_secret: docker_woodpecker_username
password:
from_secret: docker_woodpecker_pat
platforms: linux/amd64