bellriots.today/.woodpecker.yml

29 lines
698 B
YAML
Raw Normal View History

2024-01-02 16:32:52 +00:00
---
2024-01-02 16:35:36 +00:00
when:
2024-08-13 01:25:44 +00:00
- event: push
branch: main
2024-01-02 16:32:52 +00:00
2024-01-02 16:35:36 +00:00
steps:
2024-01-02 16:32:52 +00:00
woodpecker-ci:
image: woodpeckerci/plugin-docker-buildx
privileged: true
secrets: [repository_username, repository_password]
settings:
dockerfile: Containerfile
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
repo: git.shrug.pw/neil/bellriots.today
tags: latest
pull_image: true
mtu: 1480
username:
from_secret: registry_username
password:
from_secret: registry_password
logins:
- registry: git.shrug.pw
username:
from_secret: registry_username
password:
from_secret: registry_password