build: push readme to docker hup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominik Meyer 2024-08-14 10:20:02 +02:00
parent bc8bfc02b9
commit 4aae1e40cc
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -87,6 +87,15 @@ steps:
- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com - buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
- buildah manifest push --all drone-docker-readme-push:latest docker://registry.hub.docker.com/byterazor/drone-docker-readme-push:latest - buildah manifest push --all drone-docker-readme-push:latest docker://registry.hub.docker.com/byterazor/drone-docker-readme-push:latest
- buildah manifest drone-docker-readme-push:latest - buildah manifest drone-docker-readme-push:latest
- name: push readme
image: byterazor/drone-docker-readme-push:latest
environment:
REPOSITORY_NAME: byterazor/drone-docker-readme-push
FILENAME: README.md
USERNAME:
from_secret: username
PASSWORD:
from_secret: password
depends_on: depends_on:
- build-amd64 - build-amd64