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

This commit is contained in:
Dominik Meyer 2024-08-29 09:51:56 +02:00
parent 9b157f71a1
commit 416829c92e
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 redmine:latest docker://registry.hub.docker.com/byterazor/redmine:latest - buildah manifest push --all redmine:latest docker://registry.hub.docker.com/byterazor/redmine:latest
- buildah manifest rm redmine:latest - buildah manifest rm redmine:latest
- name: push readme
image: byterazor/drone-docker-readme-push:latest
settings:
REPOSITORY_NAME: byterazor/redmine
FILENAME: README.md
USERNAME:
from_secret: username
PASSWORD:
from_secret: password
depends_on: depends_on:
- build-amd64 - build-amd64
- build-arm64 - build-arm64