build: push readme for amanda-client to dockerhub
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-08-16 20:34:49 +02:00
parent 3152096ed0
commit fcc8c8b174
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -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