humble-bot/.woodpecker/docker-unstable.yaml

16 lines
395 B
YAML
Raw Normal View History

2024-10-29 11:31:33 +01:00
steps:
docker-deploy-unstable:
when:
- event: push
branch: main
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
2024-10-29 11:32:52 +01:00
platforms: linux/arm64/v8,linux/amd64
2024-10-29 11:31:33 +01:00
repo: adoralaura/humble-bot
registry: https://index.docker.io/v1/
tags: unstable
username: adoralaura
password:
from_secret: dockerhub_token