disseminate/.woodpecker.yaml

18 lines
462 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-04-04 08:52:04 +02:00
repo: hexlocation/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-04-04 08:41:50 +02:00
username: hexlocation
2024-04-04 09:02:41 +02:00
registry: git.clatter.cc:6970
insecure: true
2024-04-04 09:00:59 +02:00
password: $${gitpat}