disseminate/.woodpecker.yaml

19 lines
479 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-03-31 11:56:18 +02: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-04-04 09:00:59 +02:00
secrets: [ gitpat ]
2024-03-31 09:51:15 +02:00
settings:
2024-08-14 01:56:51 +02:00
repo: git.iwakura.rip/hex/disseminate
2024-03-31 09:51:15 +02:00
platforms: linux/amd64
dockerfile: Dockerfile
2024-03-31 13:04:30 +02:00
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
2024-08-14 01:56:51 +02:00
username: hex
registry: git.iwakura.rip
2024-04-04 09:04:54 +02:00
#insecure: true
2024-04-04 09:04:18 +02:00
password:
from_secret: gitpat