build: push readme for amanda-client to dockerhub
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3152096ed0
commit
fcc8c8b174
10
.drone.yml
10
.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
|
||||
|
Loading…
Reference in New Issue
Block a user