2026-04-18 22:10:23 +00:00
|
|
|
when:
|
|
|
|
|
event: push
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
git:
|
|
|
|
|
image: woodpeckerci/plugin-git
|
|
|
|
|
settings:
|
|
|
|
|
attempts: 5
|
|
|
|
|
backoff: 10s
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build-and-push
|
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
|
settings:
|
|
|
|
|
username: "viktorbarzin"
|
|
|
|
|
password:
|
|
|
|
|
from_secret: dockerhub-pat
|
|
|
|
|
repo:
|
|
|
|
|
- registry.viktorbarzin.me/payslip-ingest
|
|
|
|
|
logins:
|
|
|
|
|
- registry: registry.viktorbarzin.me
|
|
|
|
|
username: viktorbarzin
|
|
|
|
|
password:
|
|
|
|
|
from_secret: registry-password
|
2026-04-19 15:49:03 +00:00
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
context: .
|
2026-04-18 22:10:23 +00:00
|
|
|
auto_tag: true
|
|
|
|
|
platforms:
|
|
|
|
|
- linux/amd64
|