woodpecker ci

This commit is contained in:
hexlocation's laptop (asiago) 2024-03-31 05:56:18 -04:00
parent 464c13ab5f
commit 1b8b6dcd82

View file

@ -1,5 +1,5 @@
when:
branch: dev
branch: ['dev', 'stable']
event: push
steps:
- name: build
@ -9,7 +9,8 @@ steps:
repo: hexlocation/disseminate
platforms: linux/amd64
dockerfile: Dockerfile
tag: latest
tags: latest
auto_tag: true
username: ${docker_username}
password:
from_secret: docker_password