iwakuweb/.woodpecker.yaml
hexlocation 86376b7b27
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: woodpecker no builderinge :3
2024-11-18 12:17:51 +01:00

18 lines
453 B
YAML

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