woodpecker ci
This commit is contained in:
parent
464c13ab5f
commit
1b8b6dcd82
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue