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