ci: docker build and push step added
This commit is contained in:
parent
ff065c7119
commit
efca4c1b3f
1 changed files with 15 additions and 0 deletions
15
.woodpecker/docker-unstable.yaml
Normal file
15
.woodpecker/docker-unstable.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
steps:
|
||||
docker-deploy-unstable:
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: adoralaura/humble-bot
|
||||
registry: https://index.docker.io/v1/
|
||||
tags: unstable
|
||||
username: adoralaura
|
||||
password:
|
||||
from_secret: dockerhub_token
|
Loading…
Reference in a new issue