jabe/.woodpecker.yaml

20 lines
464 B
YAML
Raw Normal View History

2024-04-04 08:35:48 +02:00
# yes
2024-03-31 10:17:54 +02:00
when:
2024-11-18 12:07:35 +01:00
branch: ["dev", "stable"]
2024-04-04 08:54:27 +02:00
event: ["push", "manual"]
2024-03-31 09:52:19 +02:00
steps:
2024-03-31 09:51:15 +02:00
- name: build
2024-03-31 11:34:48 +02:00
image: woodpeckerci/plugin-docker-buildx
2024-03-31 09:51:15 +02:00
settings:
2024-11-18 12:07:35 +01:00
repo: git.iwakura.rip/hex/jabe
2024-03-31 09:51:15 +02:00
platforms: linux/amd64
dockerfile: Dockerfile
2024-11-18 12:07:35 +01:00
tags:
["${CI_COMMIT_BRANCH}-latest", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
2024-08-14 01:56:51 +02:00
username: hex
2024-11-18 12:07:35 +01:00
registry:
git.iwakura.rip
2024-04-04 09:04:54 +02:00
#insecure: true
2024-11-18 12:07:35 +01:00
password:
2024-04-04 09:04:18 +02:00
from_secret: gitpat