mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-18 11:09:53 +02:00
📝 README: Mention qurator-spk and Docker Hub
This commit is contained in:
parent
b7ea32ceb2
commit
67994d18a7
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
||||||
Releasing
|
Releasing
|
||||||
---------
|
---------
|
||||||
* `git tag -m 'v<version>' 'v<version>'`
|
* `git tag -m 'v<version>' 'v<version>'`
|
||||||
* `for r in origin github; do git push -d $r stable; done`
|
* `for r in origin github github-qurator-spk; do git push -d $r stable; done`
|
||||||
* `git tag -fm 'stable' 'stable'`
|
* `git tag -fm 'stable' 'stable'`
|
||||||
* `for r in origin github; do git push --tags $r; done`
|
* `for r in origin github github-qurator-spk; do git push --tags $r; done`
|
||||||
* This triggers Travis builds
|
* This - the tags - triggers Travis builds for the mikegerber repo,
|
||||||
|
including building the Docker images and pushing them to Docker Hub.
|
||||||
|
* Make sure that qurator-spk gets tags pushed (for consistency).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue