ci: docker build and push step added
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docker-unstable Pipeline failed

This commit is contained in:
Adora Laura Kalb 2024-10-29 11:31:33 +01:00
parent ff065c7119
commit efca4c1b3f
Signed by: adoralaura
SSH key fingerprint: SHA256:3XrkbR8ikAZJVtYfaUliX1MhmJYVAe/ocIb/MiDHBJ8

View 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