blog/.woodpecker.yaml
hexlocation f76196b017
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
feat: entire blog now looks good :thumbs_up:
2025-02-19 22:41:31 +01:00

17 lines
429 B
YAML

when:
branch: ["main"]
event: ["push", "manual"]
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.iwakura.rip/iwakura/blog
platforms: linux/amd64
dockerfile: Dockerfile
tags:
["${CI_COMMIT_BRANCH}-latest", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
username: hex
registry:
git.iwakura.rip
password:
from_secret: gitpat