iwakuweb/.woodpecker.yaml

19 lines
453 B
YAML
Raw Normal View History

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