build: push readme to docker hub
This commit is contained in:
parent
9b157f71a1
commit
416829c92e
@ -87,6 +87,15 @@ steps:
|
||||
- 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 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:
|
||||
- build-amd64
|
||||
- build-arm64
|
||||
|
Loading…
Reference in New Issue
Block a user