From fcc8c8b17434dc5c10bff9ceb0aed0b514f8ded2 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 16 Aug 2024 20:34:49 +0200 Subject: [PATCH] build: push readme for amanda-client to dockerhub --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1f8f519..c7ab0aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -149,7 +149,15 @@ steps: - buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com - buildah manifest push --all amanda-client:latest docker://registry.hub.docker.com/byterazor/amanda-client:latest - buildah manifest push --all amanda-server:latest docker://registry.hub.docker.com/byterazor/amanda-server:latest - + - name: push amanda-client readme + image: byterazor/drone-docker-readme-push:latest + settings: + REPOSITORY_NAME: byterazor/amanda-client + FILENAME: client/README.md + USERNAME: + from_secret: username + PASSWORD: + from_secret: password depends_on: - build-amanda-server-amd64 - build-amanda-server-arm64