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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue