From efca4c1b3f9f4a2f1b02bef9b95eef39e4db039d Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Tue, 29 Oct 2024 11:31:33 +0100 Subject: [PATCH] ci: docker build and push step added --- .woodpecker/docker-unstable.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .woodpecker/docker-unstable.yaml diff --git a/.woodpecker/docker-unstable.yaml b/.woodpecker/docker-unstable.yaml new file mode 100644 index 0000000..95a90fa --- /dev/null +++ b/.woodpecker/docker-unstable.yaml @@ -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