first import
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Fábio André Damas 2025-07-11 14:29:04 +00:00
commit 717e1552f4
2 changed files with 32 additions and 0 deletions

17
.woodpecker.yml Normal file
View file

@ -0,0 +1,17 @@
when:
- event: [push, manual]
branch: main
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
registry: forgejo.venusian.stream
repo: forgejo.venusian.stream/homelab/balatromp
tags:
- latest
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD