pyfedi/.woodpecker.yaml

11 lines
265 B
YAML
Raw Normal View History

2024-03-09 12:47:09 +01:00
steps:
- name: docker-build
2024-03-09 12:53:11 +01:00
image: woodpeckerci/plugin-docker-buildx
settings:
repo: codeberg.org/${CI_REPO_OWNER}/pyfedi
registry: codeberg.org
2024-03-09 16:55:35 +01:00
tags: latest
username: ${CI_REPO_OWNER}
2024-03-09 17:01:21 +01:00
password:
from_secret: cb_token