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