Skip to content

Commit

Permalink
Merge branch 'patrik-release-note' into 'master'
Browse files Browse the repository at this point in the history
Update Release notes

See merge request ikus-soft/rdiffweb!284
  • Loading branch information
ikus060 committed Dec 16, 2022
2 parents 31876df + e800385 commit 4392987
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 165 deletions.
9 changes: 7 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -283,15 +283,20 @@ publish:docker-readme:
- $CI_COMMIT_TAG
image:
name: chko/docker-pushrm
entrypoint: ["/bin/sh", "-c", "/docker-pushrm"]
entrypoint: ["/bin/sh", "-c"]
variables:
DOCKER_USER: $DOCKER_USR
DOCKER_PASS: $DOCKER_PWD
PUSHRM_SHORT: A web interface to rdiff-backup repositories.
PUSHRM_TARGET: docker.io/ikus060/rdiffweb
PUSHRM_DEBUG: 1
PUSHRM_FILE: $CI_PROJECT_DIR/README.md
script: "/bin/true"
script:
# Keep top 400 lines to workarround Dockerhub limitation.
- cp README.md README.md.orig
- head -n 400 README.md.orig > README.md
# Push file
- /docker-pushrm
stage: publish

publish:deb:
Expand Down

0 comments on commit 4392987

Please sign in to comment.